Add tmux-ram-usage plugin

This commit is contained in:
Aaron Kollasch 2022-11-10 22:31:24 -05:00
parent 79068c40b3
commit 311da18dc2
No known key found for this signature in database
GPG key ID: F813CAE853E39883
3 changed files with 97 additions and 1 deletions

View file

@ -169,6 +169,10 @@ main()
IFS=' ' read -r -a colors <<< $(get_tmux_option "@dracula-ram-usage-colors" "cyan dark_gray")
script="#($current_dir/ram_info.sh)"
elif [ $plugin = "tmux-ram-usage" ]; then
IFS=' ' read -r -a colors <<< $(get_tmux_option "@dracula-tmux-ram-usage-colors" "cyan dark_gray")
script="#($current_dir/tmux_ram_info.sh)"
elif [ $plugin = "network" ]; then
IFS=' ' read -r -a colors <<< $(get_tmux_option "@dracula-network-colors" "cyan dark_gray")
script="#($current_dir/network.sh)"