Skip to content

Commit

Permalink
fix: default value for the time format should be empty
Browse files Browse the repository at this point in the history
  • Loading branch information
palkx committed Apr 22, 2023
1 parent 51d2407 commit 92a9a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dracula.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ 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)
time_format=$(get_tmux_option "@dracula-time-format" "%Y-%m-%d(%a) %H:%M")
time_format=$(get_tmux_option "@dracula-time-format" "")
show_kubernetes_context_label=$(get_tmux_option "@dracula-kubernetes-context-label" "")
IFS=' ' read -r -a plugins <<< $(get_tmux_option "@dracula-plugins" "battery network weather")
show_empty_plugins=$(get_tmux_option "@dracula-show-empty-plugins" true)
Expand Down

0 comments on commit 92a9a47

Please sign in to comment.