aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-03-09 13:56:03 +0000
committerMatthew Lemon <y@yulqen.org>2023-03-09 13:56:03 +0000
commit51c5a3604472db4c32f240a8992ba4b8da266960 (patch)
tree6fb8510308c5ab38e022f73812cf67c3fe55813a
parentb19e2f0f8abc9429b5470f55011846163b5aa0f7 (diff)
attempting to fix date in tmux
-rw-r--r--tmux.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/tmux.conf b/tmux.conf
index fb89486..9cdc9e3 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -102,7 +102,8 @@ set -g status-bg colour234
set -g status-fg colour137
set -g status-style dim
set -g status-left ''
-set -g status-right '#[fg=colour233,bg=colour241,bold] %d/%m #[fg=colour233,bg=colour245,bold] %H:%M:%S '
+#set -g status-right '#[fg=colour233,bg=colour241,bold] %d/%m #[fg=colour233,bg=colour245,bold] %H:%M:%S '
+set -g status-right '[#(TZ="Europe/London" date +"%%Y-%%m-%%d %%H:%%M")]'
set -g status-right-length 50
set -g status-left-length 20