mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
weather report update fix
This commit is contained in:
parent
4bab39ad70
commit
bf3c631cec
@ -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 ;;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user