diff options
| -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 a6c8d75..4b7bbb6 100755 --- a/.scripts/statusbar/weather +++ b/.scripts/statusbar/weather @@ -3,7 +3,7 @@ location="" 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 |
