removed old tmux plugin with a batter tokyonight based plugin for tmux

This commit is contained in:
aminnairi
2025-11-11 16:18:35 +01:00
parent 589d6fcee8
commit 555eba949d
+4 -4
View File
@@ -81,10 +81,10 @@ set -g @plugin 'jimeh/tmux-themepack'
# Tmux plugin to navigate easily between session # Tmux plugin to navigate easily between session
set -g @plugin 'tmux-plugins/tmux-sessionist' set -g @plugin 'tmux-plugins/tmux-sessionist'
# Setting the theme to use with Tmux Themepack # Tmux Tokyo Night Theme
# set -g @themepack 'powerline/block/cyan' set -g @plugin fabioluciano/tmux-tokyo-night
# set -g @plugin "aminnairi/tokyo-night-tmux#mode-style" set -g @theme_variation 'night'
set -g @plugin "janoamaral/tokyo-night-tmux" set -g @theme_plugins 'datetime,weather,playerctl,yay'
# Run the Tmux plugin manager # Run the Tmux plugin manager
run '~/.tmux/plugins/tpm/tpm' run '~/.tmux/plugins/tpm/tpm'