From ea18a3b04e4e8430b5c9968cc1f2b3f765fa680d Mon Sep 17 00:00:00 2001 From: Belal Elsabbagh Date: Tue, 10 Feb 2026 16:13:44 +0200 Subject: [PATCH] reb --- .config/tmux/tmux.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 8b178c7..bf0dfb5 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -59,7 +59,7 @@ yellow='#f1fa8c' " # available plugins: battery, cpu-usage, git, gpu-usage, ram-usage, tmux-ram-usage, network, network-bandwidth, network-ping, ssh-session, attached-clients, network-vpn, weather, time, mpc, spotify-tui, playerctl, kubernetes-context, synchronize-panes -set -g @dracula-plugins "network-bandwidth ram-usage time battery" +set -g @dracula-plugins "ram-usage time battery" set -g @dracula-show-left-icon "#[bold]#S" set -g @dracula-time-format "%F %R" set -g @dracula-battery-label false @@ -80,4 +80,6 @@ set -g allow-passthrough all set -ga update-environment TERM set -ga update-environment TERM_PROGRAM +if "test ! -d ~/.tmux/plugins/tpm" \ + "run 'git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm && ~/.tmux/plugins/tpm/bin/install_plugins'" run -b '~/.tmux/plugins/tpm/tpm'