Updated .tmux

This commit is contained in:
Phil 2025-01-30 15:31:50 +00:00
parent 2a7e343efa
commit b241c969a9

View File

@ -31,7 +31,7 @@ bind-key r source-file ~/.tmux.conf \; display-message "~/.tmux.conf reloaded."
setw -g aggressive-resize on
set -g status-justify centre
set -g status-left-length 20
set -g status-left "#[fg=red]#(echo 'IP ')#(curl ip.nclte.ch)"
set -g status-left "#[fg=red]#(echo 'IP ')#(bash -c 'curl http://ip.nclte.ch; sleep 60')"
#show session name, window & pane number, date and time on right side of status bar
set -g status-right-length 60