From 8ab1df948311cf24ab9c887efd33b0f820971806 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sun, 15 Feb 2026 00:23:32 -0500 Subject: [PATCH] feat: lock screen --- home/modules/hyprland.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/home/modules/hyprland.nix b/home/modules/hyprland.nix index 90cd8ca..0612e64 100644 --- a/home/modules/hyprland.nix +++ b/home/modules/hyprland.nix @@ -77,7 +77,7 @@ in background { monitor = - color = rgb(${hex c.bg}) + path = ${config.xdg.userDirs.pictures}/Screensavers/lock.jpg } animations { @@ -87,16 +87,17 @@ in input-field { monitor = size = 300, 50 - outline_thickness = 2 + outline_thickness = 0 dots_text_format = * dots_size = 0.4 dots_spacing = 0.3 dots_center = true - outer_color = rgb(${hex c.border}) - inner_color = rgb(${hex c.bgAlt}) + outer_color = rgba(00000000) + inner_color = rgba(00000000) font_color = rgb(${hex c.fg}) font_family = Berkeley Mono fade_on_empty = true + rounding = -1 placeholder_text = position = 0, 0 halign = center