diff --git a/scripts/dracula.sh b/scripts/dracula.sh index e87c851..2e1f14b 100755 --- a/scripts/dracula.sh +++ b/scripts/dracula.sh @@ -18,9 +18,12 @@ main() { # set current directory variable current_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" + + # set configuration option variables show_battery=$(get_tmux_option "@dracula-show-battery" true) show_network=$(get_tmux_option "@dracula-show-network" true) show_weather=$(get_tmux_option "@dracula-show-weather" true) + fahrenheit=$(get_tmux_option "@dracula-fahrenheit" true) # Dracula Color Pallette white='#f8f8f2' diff --git a/scripts/sleep_weather.sh b/scripts/sleep_weather.sh index 7237ab9..f1f93d3 100755 --- a/scripts/sleep_weather.sh +++ b/scripts/sleep_weather.sh @@ -1,4 +1,4 @@ -#/usr/bin/env bash +#!/usr/bin/env bash #wrapper script for running weather on interval