hyprlock: Use wallpaper as background instead of screenshot

This commit is contained in:
SebastianStork 2025-08-26 13:41:27 +02:00
parent 6e08f6a8a0
commit 391081fe8e

View file

@ -23,15 +23,18 @@ in
settings = {
general.hide_cursor = true;
auth."fingerprint:enabled" = cfg.fprintAuth;
animations.enabled = false;
input-field.monitor = "";
background = {
monitor = "";
path = "screenshot";
blur_passes = 2;
brightness = 0.5;
};
background =
[
"DP-1"
"eDP-1"
]
|> lib.map (monitor: {
inherit monitor;
path = "~/.local/state/wpaperd/wallpapers/${monitor}";
});
};
};
};