added calcurse + other stuff
This commit is contained in:
@@ -27,7 +27,8 @@ def get_weather_icon(description):
|
||||
"thunderstorm": "",
|
||||
"snow": "",
|
||||
"mist": "",
|
||||
"haze": ""
|
||||
"haze": "",
|
||||
"smoke": ""
|
||||
}
|
||||
return icons.get(description, "❓")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user