From 9e97a6379f3f3e4802734641a2c9196c63882587 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Fri, 12 Apr 2024 16:22:26 +0200 Subject: [PATCH] Set hyplock background to desktop screenshot --- modules/home/de/hyprland.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/home/de/hyprland.nix b/modules/home/de/hyprland.nix index 914086e..2722bd0 100644 --- a/modules/home/de/hyprland.nix +++ b/modules/home/de/hyprland.nix @@ -24,6 +24,13 @@ in { programs.hyprlock = { enable = true; + backgrounds = [ + { + path = "screenshot"; + blur_passes = 1; + blur_size = 6; + } + ]; }; services.hypridle = let