PEP 8 (I'm bored): weather
This commit is contained in:
parent
d1725228d0
commit
2346d82ed8
@ -30,7 +30,7 @@ class Weather(IntervalModule):
|
|||||||
format = "{current_temp}"
|
format = "{current_temp}"
|
||||||
colorize = False
|
colorize = False
|
||||||
color_icons = {
|
color_icons = {
|
||||||
"Fair": (u"\u2600", "#FFCC00"),
|
"Fair": (u"\u2600", "#FFCC00"),
|
||||||
"Cloudy": (u"\u2601", "#F8F8FF"),
|
"Cloudy": (u"\u2601", "#F8F8FF"),
|
||||||
"Partly Cloudy": (u"\u2601", "#F8F8FF"), # \u26c5 is not in many fonts
|
"Partly Cloudy": (u"\u2601", "#F8F8FF"), # \u26c5 is not in many fonts
|
||||||
"Rainy": (u"\u2614", "#CBD2C0"),
|
"Rainy": (u"\u2614", "#CBD2C0"),
|
||||||
|
Loading…
Reference in New Issue
Block a user