mirror of
https://github.com/pnx/dotfiles
synced 2026-07-02 14:33:40 +02:00
tmux.conf: update tab visuals
This commit is contained in:
parent
0265a8c13a
commit
15a3d70f35
1 changed files with 3 additions and 3 deletions
|
|
@ -17,7 +17,7 @@ bind C-a send-prefix
|
||||||
set -g status-position bottom
|
set -g status-position bottom
|
||||||
set -g status-justify left
|
set -g status-justify left
|
||||||
set -g status-style ''
|
set -g status-style ''
|
||||||
set -g status-left '#[bg=colour3,fg=#0E1019] #(hostname) #[fg=color3,bg=default]'
|
set -g status-left '#[bg=colour3,fg=#0E1019] #(hostname) #[fg=color3,bg=default]'
|
||||||
set -g status-right ''
|
set -g status-right ''
|
||||||
set -g status-right-length 50
|
set -g status-right-length 50
|
||||||
set -g status-left-length 50
|
set -g status-left-length 50
|
||||||
|
|
@ -25,5 +25,5 @@ set -g status-left-length 50
|
||||||
setw -g window-status-style ''
|
setw -g window-status-style ''
|
||||||
setw -g window-status-format ' #[fg=colour4]#I#[fg=colour15] #W '
|
setw -g window-status-format ' #[fg=colour4]#I#[fg=colour15] #W '
|
||||||
setw -g window-status-current-style 'fg=#0E1019 bg=color4 bold'
|
setw -g window-status-current-style 'fg=#0E1019 bg=color4 bold'
|
||||||
setw -g window-status-current-format ' #I #W '
|
setw -g window-status-current-format ' #I #W '
|
||||||
setw -g window-status-separator ''
|
setw -g window-status-separator ''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue