Show tmux sock instead of date in status-right
[khome.git] / home / .tmux.conf
index aabce5a..f1cb8e5 100644 (file)
@@ -52,7 +52,8 @@ setw -g  status-style     "fg=#b2b2a0"
 setw -ga status-style     "bg=#383838"
 #setw -ga status-style     "bg=#1f1f1f" # too dark
 #setw -ga status-style     "bg=#3f3f3f" # blends with term bg too much
-setw -g status-right "\"#{=21:pane_title}\"   #(weekday-viz) %b %d %H:%M"
+setw -g status-right "sock:#{socket_path} "
+setw -g status-right-length 50
 setw -g status-interval 10
 
 setw -g  window-status-current-style  "fg=#dfaf8f"
This page took 0.020565 seconds and 4 git commands to generate.