feat: Added playerctl plugin
This commit is contained in:
parent
a56a5f6622
commit
24486de337
4 changed files with 40 additions and 2 deletions
|
@ -224,6 +224,10 @@ main()
|
|||
IFS=' ' read -r -a colors <<<$(get_tmux_option "@dracula-spotify-tui-colors" "green dark_gray")
|
||||
script="#($current_dir/spotify-tui.sh)"
|
||||
|
||||
elif [ $plugin = "playerctl" ]; then
|
||||
IFS=' ' read -r -a colors <<<$(get_tmux_option "@dracula-playerctl-colors" "green dark_gray")
|
||||
script="#($current_dir/playerctl.sh)"
|
||||
|
||||
elif [ $plugin = "kubernetes-context" ]; then
|
||||
IFS=' ' read -r -a colors <<<$(get_tmux_option "@dracula-kubernetes-context-colors" "cyan dark_gray")
|
||||
script="#($current_dir/kubernetes_context.sh $eks_hide_arn $eks_extract_account $hide_kubernetes_user $show_kubernetes_context_label)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue