tmux: visual tweak to the status line

iTerm2 is still acting up under some circumstances and the special
symbols that I was using to delimit the current window name get messed
up. This is also an opportunity to make the configuration a bit more
visually minimal :).
This commit is contained in:
Fernando Schauenburg 2022-11-15 09:42:08 +01:00
parent f3a493d6f6
commit 3b21a2b900

View file

@ -112,11 +112,10 @@ set -g status-right '\
歷#[fg=colour2]#{host_short}#[default] \
 #[fg=colour3]%b %d %H:%M '
setw -g window-status-current-format '#[fg=colour8]\
#[fg=colour0]#{window_index} \
#[default italics fg=colour4]#{window_name}\
#[fg=colour10]#{window_flags}\
#[fg=colour8]'
setw -g window-status-current-format '\
#[fg=colour4]#{window_index} \
#[default fg=colour4]#{window_name}\
#[fg=colour10]#{window_flags}'
setw -g window-status-format '\
#{?client_prefix,#[bold fg=colour1],#[fg=colour10]}#{window_index} \
@ -124,8 +123,6 @@ setw -g window-status-format '\
#[fg=colour10]#{window_flags}'
set -g status-style fg=colour14,bg=colour8
setw -g window-status-style fg=default,bg=default
setw -g window-status-current-style fg=default,bg=#002028
set -g pane-border-style fg=colour0
set -g pane-active-border-style fg=colour10
set -g message-style fg=colour15,bg=colour0