From caacc073ebe7175eb316f02ea67c8484cf4cd6cf Mon Sep 17 00:00:00 2001 From: Glauber Santana Date: Thu, 20 Jun 2024 16:44:46 -0300 Subject: [PATCH] fix: hyprlock settings --- home/software/wayland/hyprlock.nix | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/home/software/wayland/hyprlock.nix b/home/software/wayland/hyprlock.nix index 42d3adb..07abe4f 100644 --- a/home/software/wayland/hyprlock.nix +++ b/home/software/wayland/hyprlock.nix @@ -25,14 +25,11 @@ in { } ]; - input-fields = [ + input-field = [ { monitor = "HDMI-A-1"; - - size = { - width = 300; - height = 50; - }; + # width, height + size = "300, 50"; outline_thickness = 2; @@ -48,18 +45,15 @@ in { } ]; - labels = [ + label = [ { monitor = ""; text = "$TIME"; inherit font_family; font_size = 50; color = "rgb(${c.primary})"; - - position = { - x = 0; - y = 80; - }; + # x, y + position = "0, 80"; valign = "center"; halign = "center";