Skip to content

Commit b5cf654

Browse files
committed
style: 💄 remove tmux window seperator
1 parent 3e8a1e3 commit b5cf654

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tmux/tmux.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ set -g status-interval 1
113113
# Window status formats
114114
setw -g window-status-format "#[fg=${thm_gray}]#I #{?#{e|>:#{window_panes},1}, #{pane_current_command},#W}"
115115
setw -g window-status-current-format "#[fg=${thm_green},bold]#I #{?#{e|>:#{window_panes},1}, #{pane_current_command},#W}"
116-
setw -g window-status-separator "#[fg=#565f89] "
116+
setw -g window-status-separator "#[fg=#565f89] "
117117

118118
# Pane style when active/inactive
119119
set-window-option -g window-active-style "fg=${thm_fg}"

0 commit comments

Comments
 (0)