From 8ea687e3274eb5ffc79e848d330fc91fd86af71a Mon Sep 17 00:00:00 2001 From: eeno Date: Mon, 26 Jul 2021 23:30:03 +0200 Subject: [PATCH] fix incorrect color option being read for the time colors --- scripts/dracula.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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