From a3dcba050a9087fe1d747e9c4fb60c8e5bd261e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Mon, 11 Aug 2025 00:35:56 +0200 Subject: [PATCH] feat(tmux): add time module to the bar --- .config/tmux/conf/plugins.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/tmux/conf/plugins.conf b/.config/tmux/conf/plugins.conf index 2d32a5f2..497de910 100644 --- a/.config/tmux/conf/plugins.conf +++ b/.config/tmux/conf/plugins.conf @@ -19,7 +19,6 @@ set -ga status-left "#{?client_prefix,#{#[bg=#{@thm_red},fg=#{@thm_mantle},bold] # Windows Style set -g @catppuccin_window_status_style "basic" set -g automatic-rename on -# set -g window-status-separator '|' set -g status-justify 'absolute-centre' set -g @catppuccin_window_current_text_color "#{@thm_surface_1}" set -g @catppuccin_window_current_number_color "#{@thm_lavender}" @@ -33,6 +32,7 @@ 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_lavender},fg=#{@thm_bg}] %H:%M  " ## tmux-fingers bind -n M-f run -b "#{@fingers-cli} start #{pane_id}"