From 7ebe8337b0a9ff7951b2c7f91125318869f2e6e9 Mon Sep 17 00:00:00 2001 From: Josue Zamudio Date: Sat, 7 Mar 2026 15:18:27 -0800 Subject: [PATCH] hyprlock: reduce input field size, move clock to bottom --- .config/hypr/hyprlock.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/hypr/hyprlock.conf b/.config/hypr/hyprlock.conf index c6e6470..4eda4f6 100644 --- a/.config/hypr/hyprlock.conf +++ b/.config/hypr/hyprlock.conf @@ -6,7 +6,7 @@ background { input-field { monitor = - size = 20%, 5% + size = 10%, 3% font_family = Noto Sans dots_size = 0.08 } @@ -16,5 +16,5 @@ label { monitor = text = $TIME font_size = 80 - position = 0, -10 + position = 0, 200 }