From 162cc32c12f1b686929cfea8e1032c6e561bb32b Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Wed, 28 Nov 2018 13:03:34 -0500 Subject: [PATCH] lol accidentally had my location as default --- .scripts/statusbar/i3weather | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scripts/statusbar/i3weather b/.scripts/statusbar/i3weather index 46ade8c..0d2dd9b 100755 --- a/.scripts/statusbar/i3weather +++ b/.scripts/statusbar/i3weather @@ -1,6 +1,6 @@ #!/bin/sh ### This is only if your location isn't automatically detected, otherwise you can leave it blank. -location="Statesboro" +location="" case $BLOCK_BUTTON in 1) $TERMINAL -e popweather ;;