From 09953219e9c47ecbbcb97d6a96aaff06a5db6381 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Wed, 13 Aug 2025 00:39:16 +0200 Subject: [PATCH] feat(tmux): remove date module on the bar --- .config/tmux/conf/theme.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.config/tmux/conf/theme.conf b/.config/tmux/conf/theme.conf index 59481d56..6a40bec8 100644 --- a/.config/tmux/conf/theme.conf +++ b/.config/tmux/conf/theme.conf @@ -26,8 +26,6 @@ set -g @catppuccin_window_current_text " #W" ### Right Status set -g status-right-length 100 set -g status-right "" -set -ga status-right "#[bg=#{@thm_bg},fg=#{@thm_surface_0}]" -set -ga status-right "#[bg=#{@thm_surface_0},fg=#{@thm_lavender}] 󰭦 %Y-%m-%d " -set -ga status-right "#[bg=#{@thm_surface_0},fg=#{@thm_lavender}]" +set -ga status-right "#[bg=#{@thm_bg},fg=#{@thm_lavender}]" set -ga status-right "#[bg=#{@thm_lavender},fg=#{@thm_bg}] %H:%M  "