diff options
| author | Ahmed AbdelHalim <[email protected]> | 2026-01-15 14:15:20 +0100 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2026-01-15 14:15:20 +0100 |
| commit | 9efa1d5c3c2140a1730a43cefdbc5cdde5e20fd0 (patch) | |
| tree | cf765f6c1e1dfcbce72eaa26a4587093065ca7a1 | |
| parent | 283432389d572ea9a94b8deae7e57d420eba0ea8 (diff) | |
Fix hyprlock password input and reboot button
| -rw-r--r-- | roles/hyprland/templates/hyprland/hyprlock.conf.j2 | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
