From e8f2ebb20835add2fc3a38ead4added7efb1b118 Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Sat, 15 Nov 2025 22:23:36 +0100 Subject: [PATCH] added the battery plugin --- 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 0b0206e..23cd8e5 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' +set -g @theme_plugins 'datetime,weather,playerctl,battery' set -g @theme_plugin_datetime_format '%A %d %B %T' set -g @theme_plugin_weather_format '%t+%c+%w+%h'