Add plugin for tmux-continuum status
This commit is contained in:
parent
b603b24bd6
commit
5af1faa367
3 changed files with 101 additions and 1 deletions
|
@ -212,6 +212,10 @@ main()
|
|||
IFS=' ' read -r -a colors <<<$(get_tmux_option "@dracula-terraform-colors" "light_purple dark_gray")
|
||||
script="#($current_dir/terraform.sh $terraform_label)"
|
||||
|
||||
elif [ $plugin = "continuum" ]; then
|
||||
IFS=' ' read -r -a colors <<<$(get_tmux_option "@dracula-continuum-colors" "cyan dark_gray")
|
||||
script="#($current_dir/continuum.sh)"
|
||||
|
||||
elif [ $plugin = "weather" ]; then
|
||||
IFS=' ' read -r -a colors <<< $(get_tmux_option "@dracula-weather-colors" "orange dark_gray")
|
||||
script="#($current_dir/weather_wrapper.sh $show_fahrenheit $show_location $fixed_location)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue