From 9efa1d5c3c2140a1730a43cefdbc5cdde5e20fd0 Mon Sep 17 00:00:00 2001 From: Ahmed AbdelHalim Date: Thu, 15 Jan 2026 14:15:20 +0100 Subject: Fix hyprlock password input and reboot button --- roles/hyprland/templates/hyprland/hyprlock.conf.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/hyprland/templates/hyprland/hyprlock.conf.j2 b/roles/hyprland/templates/hyprland/hyprlock.conf.j2 index 551c3b14..065935ce 100644 --- a/roles/hyprland/templates/hyprland/hyprlock.conf.j2 +++ b/roles/hyprland/templates/hyprland/hyprlock.conf.j2 @@ -40,6 +40,7 @@ input-field { outer_color = $outer_color check_color = $check_color + size = 20%, 3% halign = center valign = center } @@ -93,7 +94,7 @@ label { font_family = $font color = $font_color - onclick = reboot now + onclick = reboot halign = center valign = center -- cgit v1.2.3