summaryrefslogtreecommitdiff
path: root/weather.sh
diff options
context:
space:
mode:
Diffstat (limited to 'weather.sh')
-rwxr-xr-xweather.sh16
1 files changed, 11 insertions, 5 deletions
diff --git a/weather.sh b/weather.sh
index f87f7b5..37089c8 100755
--- a/weather.sh
+++ b/weather.sh
@@ -11,22 +11,28 @@ do
01d)
ICON=󰖙
;;
+ 01n)
+ ICON=󰖔
+ ;;
02d)
ICON=󰖕
;;
- 03d|04d)
+ 02n)
+ ICON=󰼱
+ ;;
+ 03*|04*)
ICON=󰖐
;;
- 09d|10d)
+ 09*|10*)
ICON=󰖗
;;
- 11d)
+ 11*)
ICON=󰖓
;;
- 13d)
+ 13*)
ICON=󰖘
;;
- 50d)
+ 50*)
ICON=󰖑
;;
esac