dracula.sh: add prefix dracula-
This commit is contained in:
parent
d9b6d00121
commit
bca34814a4
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue