From 4a520bfb46d0d81ddfb53e3b632e8f87ac80e996 Mon Sep 17 00:00:00 2001 From: Joao P Dubas Date: Tue, 22 Oct 2024 18:04:01 +0000 Subject: [PATCH] chore: improve theme config --- config/tmux/tmux.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index 41c1edd..649c555 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -40,7 +40,6 @@ set -s escape-time 0 # Status bar styling and content set -g status-bg black set -g status-fg white -# set -g status-left "#$" # Don't prompt to kill panes/windows bind-key x kill-pane @@ -69,5 +68,8 @@ set -g @plugin 'fabioluciano/tmux-tokyo-night' set -g @plugin 'Morantron/tmux-fingers' set -g @plugin 'tmux-plugins/tmux-yank' +# tokyo night configuration +set -g @theme_plugins 'datetime' + # load/install plugins run '~/.config/tmux/plugins/tpm/tpm'