fixing tmux styling
This commit is contained in:
parent
650ded7b9b
commit
e1bfd5c4fc
1 changed files with 3 additions and 3 deletions
|
|
@ -50,9 +50,9 @@ in
|
||||||
set -g mouse on
|
set -g mouse on
|
||||||
set -g status-right ""
|
set -g status-right ""
|
||||||
set -g status-left ""
|
set -g status-left ""
|
||||||
set -g status-bg default
|
set -g status-style fg=white,bg=black
|
||||||
set -g window-status-format '#[fg=black,bright,nodim]#I #[fg=white,bright,dim]#W '
|
set-window-option -g window-status-format '#[fg=black,bright,nodim]#I #[fg=white,bright,dim]#W '
|
||||||
set -g window-status-current-format '#[fg=black,bright,nodim]#I #[fg=white,bright,nodim]#W '
|
set-window-option -g window-status-current-format '#[fg=black,bright,nodim]#I #[fg=white,bright,nodim]#W '
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue