diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-05-15 13:31:07 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-05-15 13:31:07 +0900 |
| commit | cf4e7e595c5b4660d73be38324d78a31c0d36cc1 (patch) | |
| tree | 66fcb86620018f67e44d0b85c8475987ebc5c6f9 /config/hypr/UserScripts | |
| parent | 899e6495867b77babf648f27cd50ad3df8b43133 (diff) | |
Fixed alignment of Weather.py for hyprlock - Man this is getting annoying already lmao
Diffstat (limited to 'config/hypr/UserScripts')
| -rwxr-xr-x | config/hypr/UserScripts/Weather.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hypr/UserScripts/Weather.py b/config/hypr/UserScripts/Weather.py index b1b21fa3..39f823af 100755 --- a/config/hypr/UserScripts/Weather.py +++ b/config/hypr/UserScripts/Weather.py @@ -123,7 +123,7 @@ out_data = { } print(json.dumps(out_data)) -simple_weather =f"{icon} {status}\n" + \ +simple_weather =f"{icon} {status}\n" + \ f" {temp} ({temp_feel_text})\n" + \ f"{wind_text} \n" + \ f"{humidity_text} \n" + \ |
