diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-05-15 12:24:28 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-05-15 12:24:28 +0900 |
| commit | 2ec0ed3809171f08138be2020f97d500fff91667 (patch) | |
| tree | 5370fb80076f30219c85eae039b014e88a93ee37 | |
| parent | 371dda14e05f4b542a8dfe1ea10c205f63db2299 (diff) | |
updated weather icons
| -rwxr-xr-x | config/hypr/UserScripts/Weather.py | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/config/hypr/UserScripts/Weather.py b/config/hypr/UserScripts/Weather.py index 5cd11a66..b1b21fa3 100755 --- a/config/hypr/UserScripts/Weather.py +++ b/config/hypr/UserScripts/Weather.py @@ -8,12 +8,12 @@ import os # original code https://gist.github.com/Surendrajat/ff3876fd2166dd86fb71180f4e9342d7 # weather icons weather_icons = { - "sunnyDay": "", - "clearNight": "", - "cloudyFoggyDay": "", - "cloudyFoggyNight": "", - "rainyDay": "", - "rainyNight": "", + "sunnyDay": "", + "clearNight": "", + "cloudyFoggyDay": "", + "cloudyFoggyNight": "", + "rainyDay": "", + "rainyNight": "", "snowyIcyDay": "", "snowyIcyNight": "", "severe": "", |
