Added hostname to tmux thingy

This commit is contained in:
kat witch 2021-07-27 00:46:21 +01:00
parent b0c0ecc894
commit 2f45c545f2
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72

View file

@ -29,7 +29,7 @@ with lib;
set -g status-position bottom
set -g status-justify left
set -g status-style 'bg=${base00} fg=${base06}'
set -g status-left '#[fg=${base06} bg=${base01}] #S '
set -g status-left '#[fg=${base06} bg=${base01}] #S@#h '
set -g status-right '#[fg=${base07},bg=${base01}] %F #[fg=${base07},bg=${base02}] %H:%M:%S %Z '
set -g status-right-length 50
set -g status-left-length 20