added calcurse + other stuff

This commit is contained in:
opal
2024-07-06 11:33:12 -07:00
parent 9aa74fc5cc
commit a44bab4040
3 changed files with 77 additions and 3 deletions

View File

@@ -27,7 +27,8 @@ def get_weather_icon(description):
"thunderstorm": "",
"snow": "",
"mist": "󰖑",
"haze": "󰖑"
"haze": "󰖑",
"smoke": "󱞙"
}
return icons.get(description, "")