From a73ba50557e7ab35eee542e72cb75fb7434d4f32 Mon Sep 17 00:00:00 2001 From: Zeph Levy <171337931+ZephLevy@users.noreply.github.com> Date: Wed, 17 Dec 2025 15:48:43 +0100 Subject: [PATCH] Home-manager: Change lock screen a bit --- home-manager/modules/hypr/hyprlock.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/home-manager/modules/hypr/hyprlock.nix b/home-manager/modules/hypr/hyprlock.nix index 0ead958..a7c9277 100644 --- a/home-manager/modules/hypr/hyprlock.nix +++ b/home-manager/modules/hypr/hyprlock.nix @@ -47,7 +47,6 @@ font_family = "$font"; placeholder_text = "Input password..."; fail_text = "$PAMFAIL"; - position = "0, -20"; halign = "center"; valign = "center"; }; @@ -69,14 +68,6 @@ halign = "right"; valign = "top"; } - { - text = "Hello, Zeph."; - font_size = 50; - font_family = "$font"; - halign = "center"; - valign = "center"; - position = "0, 5%"; - } ]; }; }