Tmux : Update colors.
This commit is contained in:
parent
31031a8bf4
commit
b7b4c09d10
|
@ -63,19 +63,19 @@ set -g window-size smallest
|
|||
set -g status-interval 2
|
||||
set -g status-position bottom
|
||||
set -g status-justify left
|
||||
set -g status-style 'bg=color236 fg=color230'
|
||||
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-length 50
|
||||
set -g status-right ' #(head -c -1 /sys/class/power_supply/BAT*/capacity 2> /dev/null && echo -n "% ")#[fg=color187,bg=color236] %Y-%m-%d #[fg=color142]#[bg=color142,fg=color236,bold] %H:%M '
|
||||
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-window-option -g window-status-separator '#[fg=color142]'
|
||||
set-window-option -g window-status-separator ''
|
||||
|
||||
setw -g window-status-current-style 'fg=color230 bg=color236 bold italics'
|
||||
setw -g window-status-current-style 'fg=color230 bold italics'
|
||||
setw -g window-status-current-format ' #W '
|
||||
|
||||
setw -g window-status-style 'fg=color187 bg=color236'
|
||||
setw -g window-status-style ''
|
||||
setw -g window-status-format ' #W '
|
||||
|
||||
set-window-option -g visual-bell off
|
||||
|
|
Loading…
Reference in a new issue