summaryrefslogtreecommitdiffstats
path: root/.scripts/statusbar
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2019-01-02 11:11:38 -0500
committerLuke Smith <luke@lukesmith.xyz>2019-01-02 11:11:38 -0500
commita63a203e3a26bf5008a4c87b2f057cbe1e62c598 (patch)
treee35dd14170e155690a7e8b850dcad76ac0c8999a /.scripts/statusbar
parentef3ee7ebc8cdeadaa90f6660073068557aa8014e (diff)
downloadeibhear-a63a203e3a26bf5008a4c87b2f057cbe1e62c598.tar.gz
eibhear-a63a203e3a26bf5008a4c87b2f057cbe1e62c598.tar.zst
eibhear-a63a203e3a26bf5008a4c87b2f057cbe1e62c598.zip
weather report update fix
Diffstat (limited to '.scripts/statusbar')
-rwxr-xr-x.scripts/statusbar/weather2
1 files changed, 1 insertions, 1 deletions
diff --git a/.scripts/statusbar/weather b/.scripts/statusbar/weather
index 5024681..f3699ee 100755
--- a/.scripts/statusbar/weather
+++ b/.scripts/statusbar/weather
@@ -1,5 +1,5 @@
#!/bin/sh
-[ "$(stat -c %y .weatherreport | awk '{print $1}')" != "$(date '+%Y-%m-%d')" ] && getforecast
+[ "$(stat -c %y /tmp/weatherreport | awk '{print $1}')" != "$(date '+%Y-%m-%d')" ] && getforecast
case $BLOCK_BUTTON in
1) $TERMINAL -e less -S /tmp/weatherreport ;;