diff options
| -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 |
