mirror of
https://github.com/zebrajr/dotfiles.git
synced 2025-12-06 00:20:05 +01:00
add username to left status bar
This commit is contained in:
parent
80469b3721
commit
07405f88cc
|
|
@ -21,7 +21,7 @@ set -g status-style 'fg=lightblue'
|
|||
|
||||
# left status bar
|
||||
set -g status-left-style 'fg=blue'
|
||||
set -g status-left '#(hostname) (#(hostname -I | cut -f 1 -d " "))'
|
||||
set -g status-left '#(whoami) @ #(hostname) (#(hostname -I | cut -f 1 -d " "))'
|
||||
set -g status-left-length 200
|
||||
|
||||
# right status bar
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user