From cf4e7e595c5b4660d73be38324d78a31c0d36cc1 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Wed, 15 May 2024 13:31:07 +0900 Subject: [PATCH] Fixed alignment of Weather.py for hyprlock - Man this is getting annoying already lmao --- config/hypr/UserScripts/Weather.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/hypr/UserScripts/Weather.py b/config/hypr/UserScripts/Weather.py index b1b21fa..39f823a 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" + \