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%"; - } ]; }; }