dotfiles

Author: Kyle Fuller <kyle@fuller.li> 2018-08-05 17:32:38 +0100 +0100
Committer: Kyle Fuller <kyle@fuller.li> 2018-08-05 17:33:24 +0100 +0100
Commit: 63a4726ab57feee0edd2dce6eb9570b25c834d45
Parent: 9360d027d1f80850dfeeaeb04026d52e8ba68895


refactor(tmux): Simplify status line
diff --git a/.tmux.conf b/.tmux.conf
index 5ddf7c27a346596ebc3bd51a0450013434a6a109..4a0691f4b516a9cd2cb8e65270da8605f12c3dc5 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -4,23 +4,17 @@ # Reloading
 bind r source-file ~/.tmux.conf \; display "Reloaded!"
 
 # Appearance
+
 ## Status Bar
-set -g status-bg black
+set -g status-bg default
 set -g status-fg white
 set -g status-justify centre
 
-set -g status-left-bg black
-set -g status-left-fg colour243
-set -g status-left-length 40
-set -g status-left "#S"
+set -g status-left ""
+set -g status-right ""
 
 setw -g window-status-format "#[fg=colour243] #W"
-setw -g window-status-current-format "#W"
-
-set -g status-right-length 20
-set -g status-right-bg black
-set -g status-right-fg colour243
-set -g status-right "#H"
+setw -g window-status-current-format " #W"
 
 ## Panes
 set -g pane-border-fg blue