From 4d7b0a7d410ab91047be13b915413dc555af9dda Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sat, 1 Dec 2018 17:43:32 -0500 Subject: weather report: less is more --- .scripts/statusbar/i3weather | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.scripts/statusbar/i3weather') diff --git a/.scripts/statusbar/i3weather b/.scripts/statusbar/i3weather index 0d2dd9b..a6c8d75 100755 --- a/.scripts/statusbar/i3weather +++ b/.scripts/statusbar/i3weather @@ -3,7 +3,7 @@ location="" case $BLOCK_BUTTON in - 1) $TERMINAL -e popweather ;; + 1) $TERMINAL -e less -S ~/.weatherreport ;; 3) pgrep -x dunst >/dev/null && notify-send "🌈 Weather module: - Click for wttr.in forecast. ☔: Chance of rain/snow -- cgit v1.3.1