aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Williams <129223418+dwilliam62@users.noreply.github.com>2025-09-22 16:28:27 -0400
committerGitHub <noreply@github.com>2025-09-22 16:28:27 -0400
commit58e1933d499436544ae1231f7b6686b80dacbff3 (patch)
treeba08440de4ce27079cf70644ddc9f8d98f6776ff
parent3da2f5e614c796372c76967afbb41a6ae5d5a41d (diff)
parentce072686ca7e143032b0cb1b29ee7cea34a87541 (diff)
Merge branch 'development' into feat/sddm-wallpaper-default-path-detection
-rw-r--r--config/hypr/UserConfigs/UserSettings.conf1
-rwxr-xr-xconfig/hypr/UserScripts/Weather.py3
2 files changed, 3 insertions, 1 deletions
diff --git a/config/hypr/UserConfigs/UserSettings.conf b/config/hypr/UserConfigs/UserSettings.conf
index f31bb7e1..325d24f7 100644
--- a/config/hypr/UserConfigs/UserSettings.conf
+++ b/config/hypr/UserConfigs/UserSettings.conf
@@ -87,6 +87,7 @@ misc {
middle_click_paste = false
enable_anr_dialog = true # Application not Responding (ANR)
anr_missed_pings = 15 # ANR Threshold default 1 is too low
+ allow_session_lock_restore = true # Prevent lockscreen crash when resume from suspend
}
#opengl {
diff --git a/config/hypr/UserScripts/Weather.py b/config/hypr/UserScripts/Weather.py
index efa96813..a8b70417 100755
--- a/config/hypr/UserScripts/Weather.py
+++ b/config/hypr/UserScripts/Weather.py
@@ -59,7 +59,8 @@ status = html_data("div[data-testid='wxPhrase']").text()
status = f"{status[:16]}.." if len(status) > 17 else status
# status code
-status_code = html_data("#regionHeader").attr("class").split(" ")[2].split("-")[2]
+# Fix provided by mio-dokuhaki
+status_code = html_data("#regionHeader").attr("class").split(" ")[1].split("-")[0]
# status icon
icon = (
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage