From 0b5735373b3d88441e040c586232e46dc9898951 Mon Sep 17 00:00:00 2001 From: Dane Williams Date: Wed, 29 Apr 2020 08:35:35 -0700 Subject: [PATCH] fixed a couple shebang typos --- scripts/dracula.sh | 3 +++ scripts/sleep_weather.sh | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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