mirror of https://github.com/xzeldon/dotfiles.git
Compare commits
No commits in common. "3d8c572b26d10f92fd67593efbb855bb579bedeb" and "4e87c8c2b4f3ba4ef160b7a7682b996f0052cc9a" have entirely different histories.
3d8c572b26
...
4e87c8c2b4
|
@ -39,14 +39,14 @@ set-option -g status-justify centre
|
||||||
set-option -g status-keys vi
|
set-option -g status-keys vi
|
||||||
set-option -g status-position bottom
|
set-option -g status-position bottom
|
||||||
set-option -g status-style fg=colour136,bg=colour235
|
set-option -g status-style fg=colour136,bg=colour235
|
||||||
set-option -g status-left-length 30
|
set-option -g status-left-length 20
|
||||||
set-option -g status-left-style default
|
set-option -g status-left-style default
|
||||||
set-option -g status-left "#[fg=green]#H #[fg=green,bright]#(uname -r)#[default]"
|
set-option -g status-left "#[fg=green]#H #[fg=green,bright]#(uname -r)#[default]"
|
||||||
set-option -g status-right-length 140
|
set-option -g status-right-length 140
|
||||||
set-option -g status-right-style default
|
set-option -g status-right-style default
|
||||||
set-option -g status-right "#[fg=green,bg=default,bright]#(tmux-mem-cpu-load -i 3 -a 0 -g 0) #[default]"
|
set-option -g status-right "#[fg=green,bg=default,bright]#(tmux-mem-cpu-load --interval 3 --graph-lines 5) "
|
||||||
set-option -ag status-right "#[fg=red,dim,bg=default]#(uptime | cut -f 4-5 -d ' ' | cut -f 1 -d ',') "
|
set-option -ag status-right "#[fg=red,dim,bg=default]#(uptime | cut -f 4-5 -d ' ' | cut -f 1 -d ',') "
|
||||||
set-option -ag status-right "#[fg=white,bg=default]%a %H:%M:%S #[fg=blue]%Y-%m-%d"
|
set-option -ag status-right "#[fg=white,bg=default]%a %H:%M:%S %p#[default] #[fg=blue]%Y-%m-%d"
|
||||||
set-window-option -g window-status-style fg=colour244
|
set-window-option -g window-status-style fg=colour244
|
||||||
set-window-option -g window-status-style bg=default
|
set-window-option -g window-status-style bg=default
|
||||||
set-window-option -g window-status-current-style fg=colour166
|
set-window-option -g window-status-current-style fg=colour166
|
||||||
|
|
Loading…
Reference in New Issue