about summary refs log tree commit diff stats
path: root/nix-conf/home
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2024-09-24 16:02:22 +0100
committerDavid Morgan <djm_uk@protonmail.com>2024-09-24 16:02:22 +0100
commit409fed693a3c773e75001ea2a645412b2b07b37c (patch)
tree42a7b5aaabc6c9af59bb7fe5de506e2002a9c364 /nix-conf/home
parent7fd449d04683eaeaa3c68332e7c5b5e9aac36b18 (diff)
downloaddotfiles-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.nix2
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"
     '';
   };