aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJaKooLit <jimmielovejay@gmail.com>2024-05-15 12:24:28 +0900
committerJaKooLit <jimmielovejay@gmail.com>2024-05-15 12:24:28 +0900
commit2ec0ed3809171f08138be2020f97d500fff91667 (patch)
tree5370fb80076f30219c85eae039b014e88a93ee37 /config
parent371dda14e05f4b542a8dfe1ea10c205f63db2299 (diff)
updated weather icons
Diffstat (limited to 'config')
-rwxr-xr-xconfig/hypr/UserScripts/Weather.py12
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": "",
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage