better weather icons
This commit is contained in:
parent
5359b8f287
commit
36fd84f2f2
2 changed files with 19 additions and 18 deletions
|
@ -10,6 +10,7 @@
|
||||||
{
|
{
|
||||||
block = "custom";
|
block = "custom";
|
||||||
command = ../i3/openweathermap-fullfeatured.sh;
|
command = ../i3/openweathermap-fullfeatured.sh;
|
||||||
|
interval = 600;
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
block = "load";
|
block = "load";
|
||||||
|
|
|
@ -18,24 +18,24 @@ UNAME=`which uname`
|
||||||
|
|
||||||
get_icon() {
|
get_icon() {
|
||||||
case $1 in
|
case $1 in
|
||||||
01d) icon="";;
|
01d) icon="";;
|
||||||
01n) icon="";;
|
01n) icon="";;
|
||||||
02d) icon="";;
|
02d) icon="";;
|
||||||
02n) icon="";;
|
02n) icon="";;
|
||||||
03d) icon="";;
|
03d) icon="";;
|
||||||
03n) icon="";;
|
03n) icon="";;
|
||||||
04d) icon="";;
|
04d) icon="";;
|
||||||
04n) icon="";;
|
04n) icon="";;
|
||||||
09d) icon="";;
|
09d) icon="";;
|
||||||
09n) icon="";;
|
09n) icon="";;
|
||||||
10d) icon="";;
|
10d) icon="";;
|
||||||
10n) icon="";;
|
10n) icon="";;
|
||||||
11d) icon="";;
|
11d) icon="";;
|
||||||
11n) icon="";;
|
11n) icon="";;
|
||||||
13d) icon="";;
|
13d) icon="";;
|
||||||
13n) icon="";;
|
13n) icon="";;
|
||||||
50d) icon="";;
|
50d) icon="";;
|
||||||
50n) icon="";;
|
50n) icon="";;
|
||||||
*) icon="";
|
*) icon="";
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue