Skip to content

Commit

Permalink
Merge pull request #204 from miknikif/fix/time-format-is-not-applied
Browse files Browse the repository at this point in the history
fix: default value for the time format should be empty
  • Loading branch information
ethancedwards8 authored Apr 23, 2023
2 parents 51d2407 + 92a9a47 commit 43fb1e5
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 43fb1e5

Please sign in to comment.