diff options
author | David Morgan <djm_uk@protonmail.com> | 2024-09-24 16:02:22 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2024-09-24 16:02:22 +0100 |
commit | 409fed693a3c773e75001ea2a645412b2b07b37c (patch) | |
tree | 42a7b5aaabc6c9af59bb7fe5de506e2002a9c364 /nix-conf/home | |
parent | 7fd449d04683eaeaa3c68332e7c5b5e9aac36b18 (diff) | |
download | dotfiles-409fed693a3c773e75001ea2a645412b2b07b37c.tar.gz |
Revert "Fix tmux status line time"
This reverts commit 080baddeef577bfa1828e552aade8325d54483c6.
Diffstat (limited to 'nix-conf/home')
-rw-r--r-- | nix-conf/home/includes/linux-server.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix-conf/home/includes/linux-server.nix b/nix-conf/home/includes/linux-server.nix index 9b0b353..427b167 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]#(TZ="Europe/London" date +%%H:%%M:%%S)" + set -g status-right "#[fg=blue]%a%d/%m#[fg=yellow]%H:%M:%S" ''; }; |