Added the plugin spotify-tui

This commit is contained in:
Janno Tjarks 2022-02-11 17:38:01 +01:00
parent a966029b99
commit fb043e3ac2
3 changed files with 30 additions and 0 deletions

View file

@ -168,6 +168,11 @@ main()
script="#($current_dir/network_ping.sh)"
fi
if [ $plugin = "spotify-tui" ]; then
IFS=' ' read -r -a colors <<<$(get_tmux_option "@dracula-spotify-tui-colors" "green dark_gray")
script="#($current_dir/spotify-tui.sh)"
fi
if [ $plugin = "weather" ]; then
# wait unit $datafile exists just to avoid errors
# this should almost never need to wait unless something unexpected occurs