Browse Source

updated weather icons

pull/279/head
JaKooLit 2 years ago
parent
commit
2ec0ed3809
  1. 12
      config/hypr/UserScripts/Weather.py

12
config/hypr/UserScripts/Weather.py

@ -8,12 +8,12 @@ import os
# original code https://gist.github.com/Surendrajat/ff3876fd2166dd86fb71180f4e9342d7 # original code https://gist.github.com/Surendrajat/ff3876fd2166dd86fb71180f4e9342d7
# weather icons # weather icons
weather_icons = { weather_icons = {
"sunnyDay": "", "sunnyDay": "󰖙",
"clearNight": "", "clearNight": "󰖔",
"cloudyFoggyDay": "", "cloudyFoggyDay": "",
"cloudyFoggyNight": "", "cloudyFoggyNight": "",
"rainyDay": "", "rainyDay": "",
"rainyNight": "", "rainyNight": "",
"snowyIcyDay": "", "snowyIcyDay": "",
"snowyIcyNight": "", "snowyIcyNight": "",
"severe": "", "severe": "",

Loading…
Cancel
Save