Tmux : Switch status gold color to rosy brown.
This commit is contained in:
parent
5bf4f5e320
commit
595432957a
|
@ -65,10 +65,10 @@ set -g status-position bottom
|
||||||
set -g status-justify left
|
set -g status-justify left
|
||||||
set -g status-style 'bg=color236 fg=color187'
|
set -g status-style 'bg=color236 fg=color187'
|
||||||
|
|
||||||
set -g status-left '#[bold,bg=color142,fg=color236] #H-#S #(count=$(tmux list-clients -t #S | wc -l); [ ${count} -gt 1 ] && echo "(${count}) ")#[bg=color236,fg=color142]'
|
set -g status-left '#[bold,bg=color138,fg=color236] #H-#S #(count=$(tmux list-clients -t #S | wc -l); [ ${count} -gt 1 ] && echo "(${count}) ")#[bg=color236,fg=color138]'
|
||||||
set -g status-left-length 50
|
set -g status-left-length 50
|
||||||
set -g status-right-length 50
|
set -g status-right-length 50
|
||||||
set -g status-right ' #(head -c -1 /sys/class/power_supply/BAT*/capacity 2> /dev/null && echo -n "% ") %Y-%m-%d #[fg=color142]#[bg=color142,fg=color236,bold] %H:%M '
|
set -g status-right ' #(head -c -1 /sys/class/power_supply/BAT*/capacity 2> /dev/null && echo -n "% ") %Y-%m-%d #[fg=color138]#[bg=color138,fg=color236,bold] %H:%M '
|
||||||
|
|
||||||
set-window-option -g window-status-separator ''
|
set-window-option -g window-status-separator ''
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue