From 99e01f0fb18f357b57d0c1afffe66f9abc88869e Mon Sep 17 00:00:00 2001 From: "Reid \"reidlab" Date: Sun, 18 Aug 2024 13:51:40 -0700 Subject: [PATCH] hyprlock background color --- modules/desktop/hyprlock.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/desktop/hyprlock.nix b/modules/desktop/hyprlock.nix index f569504..ddfb8c1 100644 --- a/modules/desktop/hyprlock.nix +++ b/modules/desktop/hyprlock.nix @@ -30,6 +30,7 @@ in { background = [ { path = toString ../../assets/lockscreen.png; + color = "rgb(${base00})"; blur_passes = 3; blur_size = 6; }