tmux.conf: use week based versioning which I actually need and don't have so visible

This commit is contained in:
Aminda Suomalainen 2024-07-15 21:44:20 +03:00
parent 1be580e29d
commit 4e61973a64
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ set -g status-fg white
#set-window-option -g window-status-current-bg red
# Shows current time on statusbar. ( Made better suitable for me from nyuszika7h's .tmux.conf http://nyuszika7h.dyndns.org/~nyuszika7h/.tmux.conf )
set -g status-right '#[fg=yellow,bold]#h ⚧︎ %F %H:%M %Z#[fg=black,bold]#[fg=black,bold]'
set -g status-right '#[fg=yellow,bold]#h ⚧︎ %G-W%V-%u %H:%M %Z#[fg=black,bold]#[fg=black,bold]'
# Sets automatic renaming of windows. (copied from comment by André Laszlo http://goo.gl/2V0Lz )
setw -g automatic-rename on