From 54c45411fe7177a1efc11d2292ba17555ecc92ba Mon Sep 17 00:00:00 2001 From: Amneesh Singh Date: Wed, 10 Sep 2025 18:58:50 +0530 Subject: [PATCH] home/natto: hyprlock: use pixels instead of percentages Signed-off-by: Amneesh Singh --- home/natto/hyprlock.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home/natto/hyprlock.nix b/home/natto/hyprlock.nix index 990aae9..ff5d08c 100644 --- a/home/natto/hyprlock.nix +++ b/home/natto/hyprlock.nix @@ -52,7 +52,7 @@ text = "Layout: $LAYOUT"; font_size = 25; color = "0x${text}"; - position = "2%, -2%"; + position = "30, -30"; valign = "top"; halign = "left"; } @@ -61,7 +61,7 @@ text = "$TIME"; font_size = 90; color = "0x${text}"; - position = "-2%, 0"; + position = "-30, 0"; valign = "top"; halign = "right"; } @@ -70,7 +70,7 @@ text = "cmd[update:3600000] date +\"%A, %d %B %Y\""; font_size = 25; color = "0x${text}"; - position = "-2%, -10%"; + position = "-30, -150"; valign = "top"; halign = "right"; }