commit 028b9fe2f640f59becbf054d3acae65fa8649687
parent 99e1ed06cc8c7548d5ae330edc42ac9fad829c72
Author: Luke Smith <luke@lukesmith.xyz>
Date: Tue, 1 Jan 2019 17:16:48 -0500
Merge pull request #157 from LORDBABUINO/master
Fix style when showing full weather report
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.scripts/statusbar/weather b/.scripts/statusbar/weather
@@ -2,7 +2,7 @@
[ "$(stat -c %y .weatherreport | awk '{print $1}')" != "$(date '+%Y-%m-%d')" ] && getforecast
case $BLOCK_BUTTON in
- 1) $TERMINAL -e less -S ~/.weatherreport ;;
+ 1) $TERMINAL -e less -Srf ~/.weatherreport ;;
3) pgrep -x dunst >/dev/null && notify-send "<b>🌈 Weather module:</b>
- Click for wttr.in forecast.
☔: Chance of rain/snow