This commit is contained in:
Marc Beninca 2025-01-22 16:24:48 +01:00
parent 84ece74f43
commit 92478cfaf3
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -79,7 +79,7 @@ set-option -g pane-border-style fg=blue
set-option -g status 3
# background color
set-option -g status-bg '#0C0C0C'
set-option -g status-bg '#101010'
# foreground color
set-option -g status-fg white
@ -87,12 +87,14 @@ set-option -g status-fg white
# line 1
set-option -g status-format[0] '\
#{W:\
#[bg=##202020] #[bg=##303030] \
#[fg=yellow]#{window_index}\
\
#{?window_active,#[fg=green],\
#{?window_activity_flag,#[fg=red],#[fg=blue]}}\
#{window_name}\
\
#[bg=##303030] #[bg=##202020] \
#[bg=default] \
}\
#[align=right]\
#[fg=yellow]%H:%M:%S\
@ -100,15 +102,15 @@ set-option -g status-format[0] '\
# line 2
set-option -g status-format[1] '\
#[fg=yellow]#(tmux list-sessions | wc --lines) \
#{S:\
\
#[bg=##202020] #[bg=##303030] \
#{?session_many_attached,#[fg=red],\
#{?session_attached,#[fg=magenta],#[fg=blue]}}\
#{session_name}\
\
#[bg=##303030] #[bg=##202020] \
#[bg=default] \
}\
#[fg=green] #{session_name} \
#[fg=green] #{session_name} \
#[align=right]\
#[fg=yellow]%Y-%m-%d\
'