Fix style when showing full weather report
This commit is contained in:
parent
1283445b22
commit
a9c7360edf
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
location=""
|
location=""
|
||||||
|
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue