|
|
|
@ -65,8 +65,8 @@ set-option -g status-justify left |
|
|
|
|
set-option -g status-bg black |
|
|
|
|
set-option -g status-fg cyan |
|
|
|
|
set-option -g status-interval 5 |
|
|
|
|
set-option -g status-left-length 30 |
|
|
|
|
set -g status-right-length 50 |
|
|
|
|
set-option -g status-left-length 0 |
|
|
|
|
set-option -g status-right-length 80 |
|
|
|
|
set-option -g status-left '' |
|
|
|
|
set-option -g status-right '#[fg=blue,bold]#H [#[fg=black]#(echo ${SSH_CONNECTION%%%% *})#[fg=blue,bold]]#[fg=green,bold]|#[fg=black,bold]#(uptime | rev | cut -d":" -f1 | rev | sed s/,//g ) #[fg=green,bold]| #[fg=blue,bold]%d.%m.%y %H:%M' |
|
|
|
|
set-window-option -g window-status-current-fg black |
|
|
|
|