From 147cc721f0320bf96ef7ab3dc37e0d08ff056074 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 11 May 2026 16:21:54 +0200 Subject: [PATCH] Better rain mapping of icons --- bin/omarchy-weather-icon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/omarchy-weather-icon b/bin/omarchy-weather-icon index 072af706..4dfdb9b5 100755 --- a/bin/omarchy-weather-icon +++ b/bin/omarchy-weather-icon @@ -24,11 +24,11 @@ case $weather_code in 116) [[ $night == "true" ]] && icon="" || icon="" ;; 119|122) icon="" ;; 143|248|260) icon="" ;; - 176|263|266|293|296|353) [[ $night == "true" ]] && icon="" || icon="" ;; + 176|263|266|353) [[ $night == "true" ]] && icon="" || icon="" ;; 179|227|230|323|326|368) [[ $night == "true" ]] && icon="" || icon="" ;; 182|185|281|284|311|314|317|320|350|362|365|374|377) icon="" ;; 200|386|389|392|395) icon="" ;; - 299|302|305|308|356|359) icon="" ;; + 293|296|299|302|305|308|356|359) icon="" ;; 329|332|335|338|371) icon="" ;; *) icon="" ;; esac