mirror of
https://github.com/zebrajr/dotfiles.git
synced 2025-12-06 00:20:05 +01:00
update tmux status bar
This commit is contained in:
parent
f2c46cd6d7
commit
556dfcb1c5
|
|
@ -21,13 +21,13 @@ 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 " ")) up for#(uptime | cut -f 4-5 -d " " | cut -f 1 -d ",")'
|
||||
set -g status-left '#(hostname) (#(hostname -I | cut -f 1 -d " "))'
|
||||
set -g status-left-length 200
|
||||
|
||||
# right status bar
|
||||
set -g status-right-style 'fg=blue'
|
||||
set -g status-right-length 200
|
||||
set -g status-right '#[fg=blue,dim,bg=default] %Y-%m-%d %H:%M '
|
||||
set -g status-right '#[fg=blue,dim,bg=default]#(uptime | cut -f 4-5 -d " " | cut -f 1 -d ",") #[fg=green,dim,bg=default]Uptime | Date#[fg=blue,dim,bg=default] %Y-%m-%d %H:%M '
|
||||
|
||||
setw -g window-status-current-style 'fg=red bg=cyan'
|
||||
setw -g window-status-current-format ' #I #W #F '
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user