tmux/shades

This commit is contained in:
Marc Beninca 2025-06-29 18:34:43 +02:00
parent d9857b684e
commit 4a4851721f
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -85,7 +85,7 @@ set-option -g pane-border-style fg=blue
set-option -g status 2 set-option -g status 2
# background color # background color
set-option -g status-bg '#0D0D0D' set-option -g status-bg '#080808'
# foreground color # foreground color
set-option -g status-fg white set-option -g status-fg white
@ -93,38 +93,38 @@ set-option -g status-fg white
# line 1 # line 1
set-option -g status-format[0] '\ set-option -g status-format[0] '\
#{W:\ #{W:\
#[bg=##202020]\ #[bg=##181818]\
#{?window_zoomed_flag,#[fg=magenta][, }\ #{?window_zoomed_flag,#[fg=magenta][, }\
#[bg=##303030]\ #[bg=##282828]\
#{?window_active,#[fg=green],\ #{?window_active,#[fg=green],\
#{?window_activity_flag,#[fg=red],#[fg=yellow]}}\ #{?window_activity_flag,#[fg=red],#[fg=yellow]}}\
#{window_name}\ #{window_name}\
#[bg=##202020]\ #[bg=##181818]\
#{?window_zoomed_flag,#[fg=magenta]], }\ #{?window_zoomed_flag,#[fg=magenta]], }\
#[bg=default] \ #[bg=default] \
}\ }\
#[align=right]\ #[align=right]\
#[bg=##202020] #[bg=##303030]\ #[bg=##181818] #[bg=##282828]\
#[fg=yellow]%H:%M:%S\ #[fg=yellow]%H:%M:%S\
#[bg=##202020]\ #[bg=##181818]\
#{?client_prefix,#[fg=green]p, }\ #{?client_prefix,#[fg=green]p, }\
' '
# line 2 # line 2
set-option -g status-format[1] '\ set-option -g status-format[1] '\
#{S:\ #{S:\
#[bg=##202020] #[bg=##303030]\ #[bg=##181818] #[bg=##282828]\
#{?session_many_attached,#[fg=red],\ #{?session_many_attached,#[fg=red],\
#{?session_attached,#[fg=magenta],#[fg=yellow]}}\ #{?session_attached,#[fg=magenta],#[fg=yellow]}}\
#{session_name}\ #{session_name}\
#[bg=##202020] \ #[bg=##181818] \
#[bg=default] \ #[bg=default] \
}\ }\
#[fg=yellow]→ #[fg=green]#{session_name} \ #[fg=yellow]→ #[fg=green]#{session_name} \
#[align=right]\ #[align=right]\
#[bg=##202020] #[bg=##303030]\ #[bg=##181818] #[bg=##282828]\
#[fg=yellow]%Y-%m-%d\ #[fg=yellow]%Y-%m-%d\
#[bg=##202020] \ #[bg=##181818] \
' '
# line 3 # line 3
@ -139,40 +139,40 @@ set-option -g status-format[2] '\
#(basename \"\${TMUX}\" \ #(basename \"\${TMUX}\" \
| cut --delimiter \",\" --fields \"1\") \ | cut --delimiter \",\" --fields \"1\") \
#[align=right]\ #[align=right]\
#[bg=##202020] #[bg=##303030]\ #[bg=##181818] #[bg=##282828]\
#[fg=yellow]#{host}\ #[fg=yellow]#{host}\
#[bg=##202020] \ #[bg=##181818] \
' '
# line 4 # line 4
set-option -g status-format[3] '\ set-option -g status-format[3] '\
#{P:\ #{P:\
#[bg=##202020] #[bg=##303030]\ #[bg=##181818] #[bg=##282828]\
#{?pane_active,#[fg=green],#[fg=yellow]}\ #{?pane_active,#[fg=green],#[fg=yellow]}\
#{pane_current_command}\ #{pane_current_command}\
#[bg=##202020] \ #[bg=##181818] \
#[bg=default] \ #[bg=default] \
}\ }\
#[align=right]\ #[align=right]\
#[bg=##202020] #[bg=##303030]\ #[bg=##181818] #[bg=##282828]\
#{?uid,#[fg=green],#[fg=red]}\ #{?uid,#[fg=green],#[fg=red]}\
#{user}\ #{user}\
#[bg=##202020] \ #[bg=##181818] \
' '
# line 5 # line 5
set-option -g status-format[4] '\ set-option -g status-format[4] '\
#{P:\ #{P:\
#[bg=##202020] #[bg=##303030]\ #[bg=##181818] #[bg=##282828]\
#{?pane_active,#[fg=green],#[fg=yellow]}\ #{?pane_active,#[fg=green],#[fg=yellow]}\
#{pane_width}×#{pane_height}\ #{pane_width}×#{pane_height}\
#[bg=##202020] \ #[bg=##181818] \
#[bg=default] \ #[bg=default] \
}\ }\
#[align=right]\ #[align=right]\
#[bg=##202020] #[bg=##303030]\ #[bg=##181818] #[bg=##282828]\
#[fg=green]#{window_width}×#{window_height}\ #[fg=green]#{window_width}×#{window_height}\
#[bg=##202020] \ #[bg=##181818] \
' '
# refresh period # refresh period