diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-03-26 12:35:18 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2019-03-26 12:35:18 -0400 |
| commit | 4a1833dd9d086364942a78ff99bd1c1ea37474a1 (patch) | |
| tree | bf21fcee05b9f19086314d4b8010da34b52ff1bb /.scripts/statusbar | |
| parent | ce0cbb784c62c8bfda9a08f01eb400cf652605aa (diff) | |
| parent | e5485481cfdf7b8d50f7c10e935ec1431f365fa0 (diff) | |
| download | eibhear-4a1833dd9d086364942a78ff99bd1c1ea37474a1.tar.gz eibhear-4a1833dd9d086364942a78ff99bd1c1ea37474a1.tar.zst eibhear-4a1833dd9d086364942a78ff99bd1c1ea37474a1.zip | |
Merge branch 'master' of github.com:LukeSmithxyz/voidrice
Diffstat (limited to '.scripts/statusbar')
| -rwxr-xr-x | .scripts/statusbar/weather | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.scripts/statusbar/weather b/.scripts/statusbar/weather index f3699ee..54c2a43 100755 --- a/.scripts/statusbar/weather +++ b/.scripts/statusbar/weather @@ -2,7 +2,7 @@ [ "$(stat -c %y /tmp/weatherreport | awk '{print $1}')" != "$(date '+%Y-%m-%d')" ] && getforecast case $BLOCK_BUTTON in - 1) $TERMINAL -e less -S /tmp/weatherreport ;; + 1) $TERMINAL -e less -S -R /tmp/weatherreport ;; 3) pgrep -x dunst >/dev/null && notify-send "<b>🌈 Weather module:</b> - Click for wttr.in forecast. ☔: Chance of rain/snow |
