From 2e41b2c4006ea543f03a371b04280d9efae3b380 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 14 Sep 2025 17:33:08 +0200 Subject: [PATCH] Add blurred theme background to the lock screen --- config/hypr/hyprlock.conf | 2 ++ migrations/1757861484.sh | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 migrations/1757861484.sh diff --git a/config/hypr/hyprlock.conf b/config/hypr/hyprlock.conf index f3e8159..d2df696 100644 --- a/config/hypr/hyprlock.conf +++ b/config/hypr/hyprlock.conf @@ -3,6 +3,8 @@ source = ~/.config/omarchy/current/theme/hyprlock.conf background { monitor = color = $color + path = ~/.config/omarchy/current/background + blur_passes = 3 } animations { diff --git a/migrations/1757861484.sh b/migrations/1757861484.sh new file mode 100644 index 0000000..fa4cec9 --- /dev/null +++ b/migrations/1757861484.sh @@ -0,0 +1,3 @@ +echo "Add a blurred background to the lock screen" + +omarchy-refresh-hyprlock