From 7d97cfce9d0ecc678fbd46b411265430befbf99b Mon Sep 17 00:00:00 2001 From: awy Date: Tue, 27 Aug 2024 04:06:03 +0300 Subject: update --- .local/bin/statusbar/sb-forecast | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.local/bin/statusbar/sb-forecast') diff --git a/.local/bin/statusbar/sb-forecast b/.local/bin/statusbar/sb-forecast index 42442cf..8b744c4 100755 --- a/.local/bin/statusbar/sb-forecast +++ b/.local/bin/statusbar/sb-forecast @@ -36,7 +36,11 @@ openterm() { } sendnotif() { - notify-send "🌈 Weather module" "Left click for full forecast." + notify-send "🌈 Weather module" "\- Left click for full forecast. +- Middle click to update forecast. +☔: Chance of rain/snow +🥶: Daily low +🌞: Daily high" } if [ ! -n "$1" ]; then -- cgit v1.2.3