Add weather icons.

Add icons to the weather output to show condition to go with current
temperature.
This commit is contained in:
Justin Wheeler 2017-06-12 22:26:33 -04:00
parent 5d89c3dfc1
commit 29f3e7b515
2 changed files with 29 additions and 0 deletions

View file

@ -108,5 +108,12 @@
},
"publicip": {
"prefix": "  "
},
"weather": {
"clouds": { "prefix": "" },
"rain": { "prefix": "" },
"snow": { "prefix": "" },
"clear": { "prefix": "" },
"thunder": { "prefix": "" }
}
}