From 539ccd9c8213569c20ec3f726b5eabf43ae9ba63 Mon Sep 17 00:00:00 2001 From: Myned Date: Thu, 14 Nov 2024 09:59:59 -0600 Subject: [PATCH] hyprlock: increase icon size Signed-off-by: Myned --- options/custom/programs/hyprlock.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options/custom/programs/hyprlock.nix b/options/custom/programs/hyprlock.nix index 9c24f94..31d530c 100644 --- a/options/custom/programs/hyprlock.nix +++ b/options/custom/programs/hyprlock.nix @@ -85,7 +85,7 @@ in { { color = "rgb(93a1a1)"; font_family = config.custom.font.monospace; - font_size = 32; + font_size = 42; halign = "center"; position = "0, -100"; text = "$FPRINTMESSAGE";