weather report: less is more
This commit is contained in:
parent
6efc27037a
commit
4d7b0a7d41
2 changed files with 1 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
||||||
location=""
|
location=""
|
||||||
|
|
||||||
case $BLOCK_BUTTON in
|
case $BLOCK_BUTTON in
|
||||||
1) $TERMINAL -e popweather ;;
|
1) $TERMINAL -e less -S ~/.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
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
cat ~/.weatherreport && read
|
|
Loading…
Reference in a new issue