From a23616bd727c993923aa1795eae129d95c15688b Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Sat, 15 Nov 2025 19:30:00 +0100 Subject: [PATCH] removed yay to prevent rate limit reached error --- sources/tmux/.tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/tmux/.tmux.conf b/sources/tmux/.tmux.conf index 41329a1..fc00a30 100644 --- a/sources/tmux/.tmux.conf +++ b/sources/tmux/.tmux.conf @@ -84,7 +84,7 @@ set -g @plugin 'tmux-plugins/tmux-sessionist' # Tmux Tokyo Night Theme set -g @plugin fabioluciano/tmux-tokyo-night set -g @theme_variation 'night' -set -g @theme_plugins 'datetime,weather,playerctl,yay' +set -g @theme_plugins 'datetime,weather,playerctl' # Run the Tmux plugin manager run '~/.tmux/plugins/tpm/tpm'