diff options
Diffstat (limited to '.scripts/statusbar')
| -rwxr-xr-x | .scripts/statusbar/i3weather | 2 |
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 ;; |
