From 555eba949d0706598e419eb4abd52866d80783be Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Tue, 11 Nov 2025 16:18:35 +0100 Subject: [PATCH] removed old tmux plugin with a batter tokyonight based plugin for tmux --- sources/tmux/.tmux.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sources/tmux/.tmux.conf b/sources/tmux/.tmux.conf index c93569b..41329a1 100644 --- a/sources/tmux/.tmux.conf +++ b/sources/tmux/.tmux.conf @@ -81,10 +81,10 @@ set -g @plugin 'jimeh/tmux-themepack' # Tmux plugin to navigate easily between session set -g @plugin 'tmux-plugins/tmux-sessionist' -# Setting the theme to use with Tmux Themepack -# set -g @themepack 'powerline/block/cyan' -# set -g @plugin "aminnairi/tokyo-night-tmux#mode-style" -set -g @plugin "janoamaral/tokyo-night-tmux" +# Tmux Tokyo Night Theme +set -g @plugin fabioluciano/tmux-tokyo-night +set -g @theme_variation 'night' +set -g @theme_plugins 'datetime,weather,playerctl,yay' # Run the Tmux plugin manager run '~/.tmux/plugins/tpm/tpm'