Enable tmux status
authorSiraaj Khandkar <siraaj@khandkar.net>
Thu, 19 Mar 2020 22:28:27 +0000 (18:28 -0400)
committerSiraaj Khandkar <siraaj@khandkar.net>
Fri, 20 Mar 2020 16:39:32 +0000 (12:39 -0400)
home/.tmux.conf

index 3692e36..89e4666 100644 (file)
@@ -46,13 +46,13 @@ set  -g  set-titles-string "#S [#I #{session_windows}] #W - #T #{session_alerts}
 set  -g  allow-rename      on
 setw -g  automatic-rename
 
 set  -g  allow-rename      on
 setw -g  automatic-rename
 
-set  -g  status           off
+set  -g  status           on
 setw -g  status-position  bottom
 setw -g  status-position  bottom
-setw -g  status-style     "fg=#3f3f3f"
-setw -ga status-style     "bg=black"
+setw -g  status-style     "fg=#b2b2a0"
+setw -ga status-style     "bg=#3f3f3f"
 
 
-setw -g  window-status-current-style  "fg=#4f4f4f"
-setw -ga window-status-current-style  "bg=black"
+setw -g  window-status-current-style  "fg=#dfaf8f"
+#setw -ga window-status-current-style  "bg=#2b2b2b"
 
 # update-environment "DISPLAY SSH_ASKPASS SSH_AUTH_SOCK SSH_AGENT_PID SSH_CONNECTION WINDOWID XAUTHORITY"
 # visual-activity off
 
 # update-environment "DISPLAY SSH_ASKPASS SSH_AUTH_SOCK SSH_AGENT_PID SSH_CONNECTION WINDOWID XAUTHORITY"
 # visual-activity off
This page took 0.019305 seconds and 4 git commands to generate.