From b4f6f80ae40f638bc66ad7ede7d5d421149916d1 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 18 Jan 2025 23:27:15 +0100 Subject: [PATCH] =?UTF-8?q?tmux/=E2=86=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sh/tmux.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sh/tmux.sh b/sh/tmux.sh index 97450e7..57f9f1c 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -99,7 +99,7 @@ set-option -g status-format[0] '\ #[align=centre]\ #[fg=blue]#{session_name}\ #[align=right] \ -#[fg=yellow]%Y-%m-%d\ +#[fg=yellow]%H:%M:%S\ ' # second line @@ -114,7 +114,7 @@ set-option -g status-format[1] '\ #[align=centre] \ #[fg=blue]#{window_width}×#{window_height}\ #[align=right] \ -#[fg=yellow]%H:%M:%S\ +#[fg=yellow]%Y-%m-%d\ ' # third line