This commit is contained in:
2026-02-10 16:13:44 +02:00
parent 5728191720
commit ea18a3b04e

View File

@@ -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'