From 82ad5a74058e44058e0221e1cd60cf94c3b72b67 Mon Sep 17 00:00:00 2001 From: Ethan Edwards Date: Tue, 19 May 2020 15:50:34 -0400 Subject: [PATCH] MOre testing --- scripts/dracula.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dracula.sh b/scripts/dracula.sh index 07e2569..8d1de20 100755 --- a/scripts/dracula.sh +++ b/scripts/dracula.sh @@ -21,7 +21,7 @@ main() show_network=$(get_tmux_option "@dracula-show-network" true) show_weather=$(get_tmux_option "@dracula-show-weather" true) show_fahrenheit=$(get_tmux_option "@dracula-show-fahrenheit" true) - show_military=$(get_tmux_option "@dracula-military-time" true) + show_military=$(get_tmux_option "@dracula-military-time" false) # Dracula Color Pallette white='#f8f8f2'