From fcac1f89022b2a1978f5bdb498b8774392f52bec Mon Sep 17 00:00:00 2001 From: Ethan Edwards Date: Tue, 19 May 2020 15:47:51 -0400 Subject: [PATCH] testing --- scripts/dracula.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/scripts/dracula.sh b/scripts/dracula.sh index af7c40e..07e2569 100755 --- a/scripts/dracula.sh +++ b/scripts/dracula.sh @@ -21,6 +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) # Dracula Color Pallette white='#f8f8f2' @@ -44,7 +45,10 @@ main() tmux set-option -g status-interval 5 # set clock - tmux set-option -g clock-mode-style 24 + # tmux set-option -g clock-mode-style 12 + if $show_military; then + tmux set-option -g clock-mode-style 24 & + fi # set length tmux set-option -g status-left-length 100