hypridle: use custom blur script

This commit is contained in:
Christoph Hollizeck 2024-11-14 21:15:29 +01:00
parent 43470a362b
commit 9b19c855c0
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
2 changed files with 4 additions and 1 deletions

View file

@ -2,6 +2,7 @@
config,
lib,
namespace,
pkgs,
...
}:
let
@ -24,7 +25,7 @@ in
general = {
after_sleep_cmd = "hyprctl dispatch dpms on";
ignore_dbus_inhibit = false;
lock_cmd = "hyprlock";
lock_cmd = "${pkgs.hyprlock-blur}/bin/hyprlock-blur";
};
listener = [