diff options
| -rw-r--r-- | roles/hyprland/templates/hyprland/hyprlock.conf.j2 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/roles/hyprland/templates/hyprland/hyprlock.conf.j2 b/roles/hyprland/templates/hyprland/hyprlock.conf.j2 index 8176e079..dd4dc337 100644 --- a/roles/hyprland/templates/hyprland/hyprlock.conf.j2 +++ b/roles/hyprland/templates/hyprland/hyprlock.conf.j2 @@ -22,9 +22,7 @@ background { input-field { monitor = - size = 20%, 5% outline_thickness = 2 - position = 0, -20 halign = center valign = center @@ -48,7 +46,7 @@ input-field { label { monitor = text = $TIME - font_size = 90 + font_size = 108 font_family = $font position = -30, 0 @@ -60,7 +58,7 @@ label { label { monitor = text = cmd[update:60000] date +"%A, %d %B %Y" # update every 60 seconds - font_size = 25 + font_size = 36 font_family = $font position = -30, -150 |
