diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-11-28 13:03:34 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-11-28 13:03:34 -0500 |
| commit | 162cc32c12f1b686929cfea8e1032c6e561bb32b (patch) | |
| tree | c7d9669e1ae0203634e607c810ce24f6e6e02d1b /.scripts | |
| parent | 6d443551630e3c93d4d8e96c8649ae7b4efb6e1b (diff) | |
| download | eibhear-162cc32c12f1b686929cfea8e1032c6e561bb32b.tar.gz eibhear-162cc32c12f1b686929cfea8e1032c6e561bb32b.tar.zst eibhear-162cc32c12f1b686929cfea8e1032c6e561bb32b.zip | |
lol accidentally had my location as default
Diffstat (limited to '.scripts')
| -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 ;; |
