mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore(tmux): change spacing in window status
This commit is contained in:
@@ -61,9 +61,9 @@ set -g status-right-length 100
|
||||
set -g status-right "#{now_playing} "
|
||||
|
||||
# Windows
|
||||
set -g window-status-current-format "#[fg=magenta,bold,bg=default] #W #{?window_zoomed_flag,,} "
|
||||
set -g window-status-current-format "#[fg=magenta,bold,bg=default] #W#{?window_zoomed_flag,,} "
|
||||
set -g window-status-separator ""
|
||||
set -g window-status-format "#[fg=white,bg=default] #W #{?window_bell_flag,,} "
|
||||
set -g window-status-format "#[fg=white,bg=default] #W#{?window_bell_flag,,} "
|
||||
|
||||
# Change the default delay
|
||||
set -sg escape-time 0
|
||||
|
||||
Reference in New Issue
Block a user