From a443b608dc6ebfb65d3f7b61bc0b48d352e834d3 Mon Sep 17 00:00:00 2001 From: bain Date: Mon, 9 Oct 2023 10:03:56 +0200 Subject: [PATCH] tmux: fix catppuccin theme --- tmux/.config/tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf index 6c0ddf4..b8c686d 100644 --- a/tmux/.config/tmux/tmux.conf +++ b/tmux/.config/tmux/tmux.conf @@ -28,7 +28,7 @@ bind-key -T copy-mode-vi y send-keys -X copy-selection-and-cancel # Theme set -g @catppuccin_flavour "mocha" -set -g @catppuccin_status_modules "-" +set -g @catppuccin_status_modules_right "-" # Session splitting bind D kill-session