From b893bee74dcbdc1e11daa98da39c49e6afecc9e6 Mon Sep 17 00:00:00 2001 From: awy Date: Sat, 30 Nov 2024 16:55:21 +0300 Subject: small fixes + sb-disk module --- .local/bin/statusbar/sb-forecast | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.local/bin/statusbar/sb-forecast') diff --git a/.local/bin/statusbar/sb-forecast b/.local/bin/statusbar/sb-forecast index f7df265..350f2c9 100755 --- a/.local/bin/statusbar/sb-forecast +++ b/.local/bin/statusbar/sb-forecast @@ -40,11 +40,11 @@ showweather() { case $BLOCK_BUTTON in 1) setsid -f "$TERMINAL" -e less -Sfr "$weatherreport" ;; 2) getforecast && showweather ;; - 3) notify-send "  Weather module" "\- Left click for full forecast. + 3) notify-send " Weather module" "\- Left click for full forecast. - Middle click to update forecast. -  : Chance of rain/snow -  : Daily low -  : Daily high" ;; + : Chance of rain/snow + : Daily low + : Daily high" ;; 8) setsid -f "$TERMINAL" -e "$EDITOR" "$0" ;; esac -- cgit v1.2.3