tmux: Get rid of Unicode symbols in status line
Instead of putting the window id and name in filled rounded "boxes" with the help of Unicode characters, display simply the text on neutral background and change only the foreground. This makes the status line more minimal while also "supporting" terminals without a patched Nerd-font.
This commit is contained in:
@@ -108,8 +108,8 @@ set -g status-left "#{prefix_highlight}"
|
||||
|
||||
set -g status-justify centre
|
||||
|
||||
set -g window-status-current-format "#[fg=yellow]#[fg=black]#[bg=yellow]#I #W#[fg=yellow]#[bg=black] "
|
||||
set -g window-status-format "#[fg=brightblack]#[fg=white]#[bg=brightblack]#I #W#[fg=brightblack]#[bg=black] "
|
||||
set -g window-status-current-format "#[fg=brightyellow bold]#I #W"
|
||||
set -g window-status-format "#[fg=brightblack]#I #W"
|
||||
|
||||
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
||||
run -b '~/.config/tmux/plugins/tpm/tpm'
|
||||
|
||||
Reference in New Issue
Block a user