Merge pull request #157 from LORDBABUINO/master

Fix style when showing full weather report
This commit is contained in:
Luke Smith 2019-01-01 17:16:48 -05:00 committed by GitHub
commit 028b9fe2f6

View file

@ -2,7 +2,7 @@
[ "$(stat -c %y .weatherreport | awk '{print $1}')" != "$(date '+%Y-%m-%d')" ] && getforecast [ "$(stat -c %y .weatherreport | awk '{print $1}')" != "$(date '+%Y-%m-%d')" ] && getforecast
case $BLOCK_BUTTON in 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> 3) pgrep -x dunst >/dev/null && notify-send "<b>🌈 Weather module:</b>
- Click for wttr.in forecast. - Click for wttr.in forecast.
☔: Chance of rain/snow ☔: Chance of rain/snow