mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-04 11:48:40 +00:00
fix(tmux): correct catppuccin config and remove no-op options
Fix @catppuccin_flavor → @catppuccin_flavour spelling so theme switching via tmux-dark-notify actually applies mocha/latte. Remove non-existent variables (@catppuccin_status_background, @catppuccin_window_flags, @catppuccin_window_text, @catppuccin_window_current_text) and conflicting status overrides that catppuccin manages. Add rounded window separators.
This commit is contained in:
@@ -1 +1 @@
|
||||
set -g @catppuccin_flavor "mocha"
|
||||
set -g @catppuccin_flavour "mocha"
|
||||
|
||||
@@ -1 +1 @@
|
||||
set -g @catppuccin_flavor "latte"
|
||||
set -g @catppuccin_flavour "latte"
|
||||
|
||||
@@ -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 │
|
||||
|
||||
Reference in New Issue
Block a user