From 3260e162b59824797fe98047a01575016120a050 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sun, 15 Feb 2026 11:25:26 -0500 Subject: [PATCH] fix(lock): add password entry box --- home/modules/hyprland.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/home/modules/hyprland.nix b/home/modules/hyprland.nix index e5c6ce8..d3cfd1d 100644 --- a/home/modules/hyprland.nix +++ b/home/modules/hyprland.nix @@ -98,15 +98,15 @@ in input-field { monitor = size = 300, 50 - outline_thickness = 0 + outline_thickness = 2 dots_text_format = * dots_size = 0.9 dots_spacing = 0.3 dots_center = true - outer_color = rgba(00000000) - inner_color = rgba(00000000) + outer_color = rgb(ffffff) + inner_color = rgb(000000) font_color = rgb(ffffff) - rounding = -1 + rounding = 0 placeholder_text = position = 0, 0 halign = center