diff options
author | Matthew Lemon <y@yulqen.org> | 2023-03-09 13:56:03 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-03-09 13:56:03 +0000 |
commit | 51c5a3604472db4c32f240a8992ba4b8da266960 (patch) | |
tree | 6fb8510308c5ab38e022f73812cf67c3fe55813a | |
parent | b19e2f0f8abc9429b5470f55011846163b5aa0f7 (diff) |
attempting to fix date in tmux
-rw-r--r-- | tmux.conf | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |