This commit is contained in:
Marc Beninca 2025-06-29 19:11:36 +02:00
parent e8e67bb502
commit 6f37337925
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -104,10 +104,10 @@ set-option -g status-format[0] '\
#[bg=default] \ #[bg=default] \
}\ }\
#[align=right]\ #[align=right]\
#[bg=##181818] #[bg=##282828]\ #[fg=yellow]\
#[fg=yellow]%H:%M:%S\ #[bg=##181818] \
#[bg=##181818]\ #[bg=##282828]%H:%M:%S\
#{?client_prefix,#[fg=green]p, }\ #[bg=##181818]#{?client_prefix,#[fg=green]p, }\
' '
# line 2 # line 2
@ -122,8 +122,9 @@ set-option -g status-format[1] '\
}\ }\
#[fg=yellow]→ #[fg=green]#{session_name} \ #[fg=yellow]→ #[fg=green]#{session_name} \
#[align=right]\ #[align=right]\
#[bg=##181818] #[bg=##282828]\ #[fg=yellow]\
#[fg=yellow]%Y-%m-%d\ #[bg=##181818] \
#[bg=##282828]%Y-%m-%d\
#[bg=##181818] \ #[bg=##181818] \
' '
@ -139,8 +140,9 @@ set-option -g status-format[2] '\
#(basename \"\${TMUX}\" \ #(basename \"\${TMUX}\" \
| cut --delimiter \",\" --fields \"1\") \ | cut --delimiter \",\" --fields \"1\") \
#[align=right]\ #[align=right]\
#[bg=##181818] #[bg=##282828]\ #[fg=yellow]\
#[fg=yellow]#{host}\ #[bg=##181818] \
#[bg=##282828]#{host}\
#[bg=##181818] \ #[bg=##181818] \
' '