summaryrefslogtreecommitdiffstats
path: root/.scripts/statusbar/i3weather
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2018-11-28 13:03:34 -0500
committerLuke Smith <luke@lukesmith.xyz>2018-11-28 13:03:34 -0500
commit162cc32c12f1b686929cfea8e1032c6e561bb32b (patch)
treec7d9669e1ae0203634e607c810ce24f6e6e02d1b /.scripts/statusbar/i3weather
parent6d443551630e3c93d4d8e96c8649ae7b4efb6e1b (diff)
downloadeibhear-162cc32c12f1b686929cfea8e1032c6e561bb32b.tar.gz
eibhear-162cc32c12f1b686929cfea8e1032c6e561bb32b.tar.zst
eibhear-162cc32c12f1b686929cfea8e1032c6e561bb32b.zip
lol accidentally had my location as default
Diffstat (limited to '.scripts/statusbar/i3weather')
-rwxr-xr-x.scripts/statusbar/i3weather2
1 files changed, 1 insertions, 1 deletions
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 ;;