You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
set -g @catppuccin_window_left_separator "#[fg=#{@_ctp_status_bg},reverse]█#[none]"
60
+
set -g @catppuccin_window_left_separator "#[bg=default,fg=#{@catppuccin_window_number_color}]█#[bg=#{@catppuccin_window_number_color},fg=#{@catppuccin_window_text_color}]"
61
+
set -g @catppuccin_window_current_left_separator "#[bg=default,fg=#{@catppuccin_window_current_number_color}]█#[bg=#{@catppuccin_window_current_number_color},fg=#{@catppuccin_window_current_text_color}]"
60
62
set -g @catppuccin_window_middle_separator ""
61
-
set -g @catppuccin_window_right_separator "#[fg=#{@_ctp_status_bg},reverse]#[none]"
63
+
set -g @catppuccin_window_right_separator "#[bg=default,fg=#{@catppuccin_window_text_color}]#[none]"
64
+
set -g @catppuccin_window_current_right_separator "#[bg=default,fg=#{@catppuccin_window_current_text_color}]#[none]"
62
65
set -g @catppuccin_window_text " #W"
63
66
set -g @catppuccin_window_current_text " #W"
64
67
65
68
run ~/.config/tmux/plugins/catppuccin/tmux/catppuccin.tmux
66
69
67
-
set -g status-right-length 100
68
70
set -g status-left-length 100
69
71
set -g status-left ""
72
+
set -g status-right-length 100
70
73
set -g status-right "#{E:@catppuccin_status_host}"
71
74
set -ag status-right "#{E:@catppuccin_status_session}"
72
75
set -ag status-right "#{E:@catppuccin_status_uptime}"
0 commit comments