From 080baddeef577bfa1828e552aade8325d54483c6 Mon Sep 17 00:00:00 2001 From: David Morgan Date: Wed, 18 Sep 2024 12:06:50 +0000 Subject: Fix tmux status line time --- nix-conf/home/includes/linux-server.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nix-conf/home') diff --git a/nix-conf/home/includes/linux-server.nix b/nix-conf/home/includes/linux-server.nix index 427b167..9b0b353 100644 --- a/nix-conf/home/includes/linux-server.nix +++ b/nix-conf/home/includes/linux-server.nix @@ -45,7 +45,7 @@ set -g status-interval 1 set -g status-left "#[fg=yellow]#h#[default]" - set -g status-right "#[fg=blue]%a%d/%m#[fg=yellow]%H:%M:%S" + set -g status-right "#[fg=blue]%a%d/%m#[fg=yellow]#(TZ="Europe/London" date +%%H:%%M:%%S)" ''; }; -- cgit 1.4.1-2-gfad0