diff --git a/config/tmux/theme-dark.conf b/config/tmux/theme-dark.conf index 397f45e..6f40983 100644 --- a/config/tmux/theme-dark.conf +++ b/config/tmux/theme-dark.conf @@ -1 +1 @@ -set -g @catppuccin_flavor "mocha" +set -g @catppuccin_flavour "mocha" diff --git a/config/tmux/theme-light.conf b/config/tmux/theme-light.conf index 597850e..6c19b9f 100644 --- a/config/tmux/theme-light.conf +++ b/config/tmux/theme-light.conf @@ -1 +1 @@ -set -g @catppuccin_flavor "latte" +set -g @catppuccin_flavour "latte" diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index ccee5c1..65821f0 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -41,19 +41,10 @@ set -g renumber-windows on # │ Theme │ # ╰──────────────────────────────────────────────────────────╯ -set -g status-bg default -set -g status-justify left -set -g status-left '' -set -g status-left-length "0" set -g status-position "bottom" -#set -g status-right "#S@#h #{tmux_mode_indicator}" -set -g status-right-length "50" -#set -g window-status-current-format ' #I:#W#{?window_zoomed_flag, ◈ ,} ' -#set -g window-status-format ' #I:#W ' -set -g @catppuccin_status_background 'none' -set -g @catppuccin_window_flags 'icon' -set -g @catppuccin_window_text "#T" -set -g @catppuccin_window_current_text "#T" +set -g @catppuccin_window_left_separator "█" +set -g @catppuccin_window_right_separator "" +set -g @catppuccin_window_middle_separator " " # ╭──────────────────────────────────────────────────────────╮ # │ Bindings │