@@ -76,7 +76,7 @@ chooseForecastIcon() {
76
76
" 27" | " 28" | " 29" | " 30" | " 33" | " 34" | " 44" )
77
77
echo " forecast_sunnycloud"
78
78
;;
79
- " 6" | " 8" | " 9" | " 10" | " 11" | " 12" | " 17" | " 18" | " 35" | " 40" )
79
+ " 6" | " 8" | " 9" | " 10" | " 11" | " 12" | " 17" | " 18" | " 35" | " 40" | " 39 " )
80
80
echo " forecast_rain"
81
81
;;
82
82
" 31" | " 32" | " 36" )
@@ -85,7 +85,7 @@ chooseForecastIcon() {
85
85
" 5" | " 7" | " 13" | " 14" | " 15" | " 16" | " 41" | " 42" | " 43" | " 46" )
86
86
echo " forecast_snow"
87
87
;;
88
- " 0" | " 1" | " 2" | " 3" | " 4" | " 37" | " 38" | " 39 " | " 45" | " 47" )
88
+ " 0" | " 1" | " 2" | " 3" | " 4" | " 37" | " 38" | " 45" | " 47" )
89
89
echo " forecast_thunderstorm"
90
90
;;
91
91
esac
@@ -121,7 +121,7 @@ chooseWallpaper() {
121
121
;;
122
122
123
123
# Rain:
124
- " 40" )
124
+ " 40" | " 39 " )
125
125
setWallpaper " chance_of_rain" " gen_rain"
126
126
;;
127
127
@@ -145,7 +145,7 @@ chooseWallpaper() {
145
145
setWallpaper " hail" " gen_rain"
146
146
;;
147
147
# "Thunderstorm")
148
- " 4" | " 3" | " 37" | " 38" | " 39 " | " 44" | " 45" | " 47" )
148
+ " 4" | " 3" | " 37" | " 38" | " 44" | " 45" | " 47" )
149
149
setWallpaper " thunderstorm" " gen_thunder"
150
150
;;
151
151
@@ -544,15 +544,12 @@ isDay() {
544
544
if [[ -z " $cur_time " ]]; then
545
545
cur_time=" $build_time "
546
546
fi
547
- echo $cur_time
548
547
549
548
local sunrise=$( getSunrise " $api_output " )
550
549
local sunset=$( getSunset " $api_output " )
551
550
552
551
sunrise=$( makeComparable " $sunrise " )
553
- echo $sunrise
554
552
sunset=$( makeComparable " $sunset " )
555
- echo $sunset
556
553
557
554
# Sounds strange, but some cities don't build the rss-feed over
558
555
# night, the last time a few minutes before sunset. First Workaround:
@@ -833,7 +830,7 @@ while [[ $# -gt 0 ]] ; do
833
830
;;
834
831
835
832
--version)
836
- echo " izulu 0.6.2 "
833
+ echo " izulu 0.6.3 "
837
834
exit 0
838
835
;;
839
836
esac
0 commit comments