tmux: simplify to minimalistic status bar
This commit is contained in:
parent
0cf914e046
commit
944501b824
@ -13,12 +13,17 @@ bind k select-pane -U
|
|||||||
bind l select-pane -R
|
bind l select-pane -R
|
||||||
|
|
||||||
# statusbar
|
# statusbar
|
||||||
set -g status-right '#[fg=white]%a %d %b #[fg=white,bold]%R'
|
set -g status-right '#[fg=colour242]#S'
|
||||||
|
set -g status-left ' '
|
||||||
|
set -g window-status-format '#W'
|
||||||
|
set -g window-status-current-format '#W'
|
||||||
|
#set -g status-right '#[fg=white]%a %d %b #[fg=white,bold]%R'
|
||||||
|
#set -g status-justify centre
|
||||||
|
|
||||||
# THEME
|
# THEME
|
||||||
#### COLOUR (Solarized 256)
|
#### COLOUR (Solarized 256)
|
||||||
# default statusbar colors
|
# default statusbar colors
|
||||||
set-option -g status-bg colour235 #base02
|
set-option -g status-bg colour233
|
||||||
set-option -g status-fg colour136 #yellow
|
set-option -g status-fg colour136 #yellow
|
||||||
set-option -g status-attr default
|
set-option -g status-attr default
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user