This commit is contained in:
2026-08-01 09:26:26 -04:00
parent 273df8d6b2
commit 504283ca58
4 changed files with 94 additions and 85 deletions
+3 -6
View File
@@ -43,19 +43,16 @@ set -ga update-environment TERM
set -ga update-environment TERM_PROGRAM
set -ga update-environment SSH_CONNECTION
set -g @catppuccin_flavor 'mocha'
set -g @catppuccin_window_text " #W"
set -g @catppuccin_window_default_text " #W"
set -g @catppuccin_window_current_text " #W"
run ~/.tmux/plugins/tmux/catppuccin.tmux
set -g status-position top
set -g status-justify "left"
set -g status-left " "
set -gF status-right "#[fg=#{@thm_crust},bg=#{@thm_teal}] ##H "
# Remap prefix from Ctrl+b to Ctrl+Space
unbind C-b
set -g prefix C-Space
bind C-Space send-prefix
set -gF status-right "#[fg=#{@thm_crust},bg=#{@thm_teal}] #S / ##H "
run '~/.tmux/plugins/tpm/tpm'