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'