about summary refs log tree commit diff stats
path: root/nix-conf/home/includes/linux-server.nix
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-11-04 12:01:04 +0000
committerDavid Morgan <djm_uk@protonmail.com>2022-11-04 12:01:04 +0000
commit8b8eec700d4f25d71a22933ad7ff11724b0e2d55 (patch)
treeeae693ff591e355df96e78a080bec60fec3225a1 /nix-conf/home/includes/linux-server.nix
parent3c7bf683c01de41e855d2998f53bb7ce18c9e897 (diff)
downloaddotfiles-8b8eec700d4f25d71a22933ad7ff11724b0e2d55.tar.gz
Improve tmux status bar
Diffstat (limited to 'nix-conf/home/includes/linux-server.nix')
-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 d1575eb..99ea2dd 100644
--- a/nix-conf/home/includes/linux-server.nix
+++ b/nix-conf/home/includes/linux-server.nix
@@ -47,7 +47,7 @@
         set -g status-interval 1
 
         set -g status-left "#[fg=yellow]#h#[default]"
-        set -g status-right "#[fg=magenta,bold]#(/home/djm/bin/showmail.sh)#[fg=blue]%a%d/%m#[fg=yellow]#(TZ='Europe/London' date '+%H:%M:%S')"
+        set -g status-right "#[fg=magenta,bold]#(/home/djm/bin/showmail.sh)#[fg=blue]%a%d/%m#[fg=yellow]%H:%M:%S"
     '';
   };