diff options
| author | tslil clingman <tslil@posteo.net> | 2022-05-07 19:21:24 -0500 |
|---|---|---|
| committer | tslil clingman <tslil@posteo.net> | 2022-05-07 19:21:24 -0500 |
| commit | 7095ac6f3903084e789e78da0458ca138163a621 (patch) | |
| tree | 04f5541dfefa546f8309491f8461f93de19bb477 | |
| parent | 000bc77a884f4b7324faa974589e9b8ada12acbd (diff) | |
Changed tmux styling to resemble screen
| -rw-r--r-- | .tmux.conf | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -8,14 +8,14 @@ set -g allow-rename on set -g set-titles on set -g set-titles-string "#T" -set -g status-bg '#DAEFEF' -set -g status-fg black +set -g status-bg "black" +set -g status-style "bold" -setw -g window-status-format "#[fg=black]#[bg=#DAEFEF] #I #W " -setw -g window-status-current-format "#[fg=black]#[bg=#8888CC] * #[bg=#EAEA9E] #W " +setw -g window-status-format "#[fg=grey] #I #W " +setw -g window-status-current-format "#[fg=black]#[bg=#8888CC] #I #W " set -g status-left "" -set -g status-right "#[fg=black][#(battery)] [%y.%m.%d %Hh%M]" +set -g status-right "#[fg=black]#[bg=green] [#(battery)] [%Hh%M/%y.%m.%d] " unbind C-t unbind C-b |
