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 | 8324dd804034d03905b765d37a43bda3f433a378 (patch) | |
| tree | cf765f6c1e1dfcbce72eaa26a4587093065ca7a1 /roles/hyprland | |
| parent | c2f2ed0d31d6790793064a9e1556aaec8488f623 (diff) | |
Fix hyprlock password input and reboot button
Diffstat (limited to 'roles/hyprland')
| -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 |
