dracula.sh: add prefix dracula-

This commit is contained in:
Yusuke Uchida 2021-09-18 21:42:09 +09:00
parent d9b6d00121
commit bca34814a4

View file

@ -24,8 +24,8 @@ main()
show_border_contrast=$(get_tmux_option "@dracula-border-contrast" false)
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 "@arbitrary_time_format" false)
time_format=$(get_tmux_option "@time_format" "Y-%m-%d(%a) %H:%M:%S")
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")
IFS=' ' read -r -a plugins <<< $(get_tmux_option "@dracula-plugins" "battery network weather")
# Dracula Color Pallette