dracula.sh: fixed branch
This commit is contained in:
parent
bca34814a4
commit
4b6bdaf9e2
1 changed files with 3 additions and 3 deletions
|
@ -185,8 +185,6 @@ main()
|
||||||
IFS=' ' read -r -a colors <<< $(get_tmux_option "@dracula-time-colors" "dark_purple white")
|
IFS=' ' read -r -a colors <<< $(get_tmux_option "@dracula-time-colors" "dark_purple white")
|
||||||
case $use_arbitrary_time_format in
|
case $use_arbitrary_time_format in
|
||||||
false)
|
false)
|
||||||
script=${time_format}
|
|
||||||
true)
|
|
||||||
if $show_day_month && $show_military ; then # military time and dd/mm
|
if $show_day_month && $show_military ; then # military time and dd/mm
|
||||||
script="%a %d/%m %R ${timezone} "
|
script="%a %d/%m %R ${timezone} "
|
||||||
elif $show_military; then # only military time
|
elif $show_military; then # only military time
|
||||||
|
@ -196,6 +194,8 @@ main()
|
||||||
else
|
else
|
||||||
script="%a %m/%d %I:%M %p ${timezone} "
|
script="%a %m/%d %I:%M %p ${timezone} "
|
||||||
fi
|
fi
|
||||||
|
true)
|
||||||
|
script=${time_format}
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue