From b15632ee7226179d9b7a40f8626f55eed29c92c3 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Sun, 11 Jan 2026 05:20:33 +0900 Subject: updates --- ar/.local/bin/statusbar/sb-forecast | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ar/.local/bin/statusbar/sb-forecast') diff --git a/ar/.local/bin/statusbar/sb-forecast b/ar/.local/bin/statusbar/sb-forecast index d9dded0..4f78303 100755 --- a/ar/.local/bin/statusbar/sb-forecast +++ b/ar/.local/bin/statusbar/sb-forecast @@ -59,7 +59,7 @@ gethightemp() { jq -r '.weather[0].hourly[].tempC' "$weatherreportjson" | sort - gethumidity() { humidity=$(get_nearest_hourly | jq -r '.humidity') case "$humidity" in - [0-9] | [1-2][0-9]) echo "🏜️: $humidity%" ;; + [0-9] | [1-2][0-9]) echo "🏜: $humidity%" ;; [3-4][0-9]) echo "🌲: $humidity%" ;; [5-6][0-9]) echo "πŸ’§: $humidity%" ;; [7-8][0-9]) echo "πŸ’¦: $humidity%" ;; @@ -351,7 +351,7 @@ case $BLOCK_BUTTON in πŸ₯Ά: Daily lowest temperature πŸ₯΅: Daily highest temperature" notify-send "$(todayweather)" - notify-send "πŸ—ΊοΈ Doppler RADAR module" "\- Middle click for local Doppler RADAR + notify-send "πŸ—Ί Doppler RADAR module" "\- Middle click for local Doppler RADAR - Shift + middle click to update RADAR location After $secs seconds, new clicks will also automatically update the doppler RADAR" ;; -- cgit v1.2.3