fix gpu memory

This commit is contained in:
Guido Kraemer 2023-04-26 13:44:09 +02:00
parent 49a1c3f6c3
commit a588a9d517
Failed to extract signature
2 changed files with 3 additions and 3 deletions

View file

@ -142,7 +142,7 @@ main()
script="#($current_dir/gpu_usage.sh)"
elif [ $plugin = "gpu-ram-usage" ]; then
IFS=' ' read -r -a colors <<< $(get_tmux_option "@dracula-gpu-ram-usage-colors" "pink dark_gray")
IFS=' ' read -r -a colors <<< $(get_tmux_option "@dracula-gpu-ram-usage-colors" "cyan dark_gray")
script="#($current_dir/gpu_ram_info.sh)"
elif [ $plugin = "cpu-usage" ]; then