dracula.sh: changed default value of time_format

This commit is contained in:
Yusuke Uchida 2021-09-18 22:15:41 +09:00
parent 4b6bdaf9e2
commit d4f3009800

View file

@ -25,7 +25,7 @@ main()
show_day_month=$(get_tmux_option "@dracula-day-month" false)
show_refresh=$(get_tmux_option "@dracula-refresh-rate" 5)
use_arbitrary_time_format=$(get_tmux_option "@dracula-arbitrary-time-format" false)
time_format=$(get_tmux_option "@dracula-time-format" "Y-%m-%d(%a) %H:%M:%S")
time_format=$(get_tmux_option "@dracula-time-format" "%Y-%m-%d(%a) %H:%M")
IFS=' ' read -r -a plugins <<< $(get_tmux_option "@dracula-plugins" "battery network weather")
# Dracula Color Pallette