From 73e94d28acd998a307c5b955fe7709adf31dca4d Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 18 Jan 2025 21:18:16 +0100 Subject: [PATCH] tmux/date --- sh/tmux.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sh/tmux.sh b/sh/tmux.sh index 570f41e..89c7d5c 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -55,15 +55,16 @@ set-option -g status-format[0] '\ #{?window_flags, #{window_flags},}\ }\ #[align=right] \ +#[fg=yellow]%Y-%m-%d\ +' +set-option -g status-format[1] '\ #[fg=blue]#{pane_width}×#{pane_height}\ #{P: \ #{?pane_active,#[fg=green],#[fg=default]}\ #{pane_index}\ }\ -' -set-option -g status-format[1] '\ #[align=right] \ -#[fg=yellow]%Y-%m-%d %H:%M:%S\ +#[fg=yellow]%H:%M:%S\ ' set-option -g status-format[2] '\ #[fg=cyan]#{pane_current_path}\