diff --git a/scripts/dracula.sh b/scripts/dracula.sh index cb0f7a0..f358cdf 100755 --- a/scripts/dracula.sh +++ b/scripts/dracula.sh @@ -169,7 +169,7 @@ main() fi if [ $plugin = "time" ]; then - IFS=' ' read -r -a colors <<< $(get_tmux_option "@dracula-weather-colors" "dark_purple white") + IFS=' ' read -r -a colors <<< $(get_tmux_option "@dracula-time-colors" "dark_purple white") if $show_day_month && $show_military ; then # military time and dd/mm script="%a %d/%m %R ${timezone} " elif $show_military; then # only military time