From 948a3900e416e8cf3b8ef74d4c3f1b6cd133fcd3 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Sat, 30 Mar 2024 14:09:48 +0100 Subject: [PATCH] [hypridle] improved notifications --- nix/home/hyprland/hypridle.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/home/hyprland/hypridle.nix b/nix/home/hyprland/hypridle.nix index 296e95e..5e0a30d 100644 --- a/nix/home/hyprland/hypridle.nix +++ b/nix/home/hyprland/hypridle.nix @@ -24,7 +24,7 @@ listener { timeout = 55 - on-timeout = notify-send -t 4000 "Are you there ???" + on-timeout = notify-send -t 4000 "Apperantly not, lock engaged ! " }