From 78c70e0560f643e7f744aa2b0ac55d3116d1ce96 Mon Sep 17 00:00:00 2001 From: ooks-io Date: Mon, 6 Jan 2025 16:30:40 +1100 Subject: [PATCH] hyprlock: small text change couldnt get the glyph to work correctly --- modules/home/workstation/hyprland/components/hyprlock.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/workstation/hyprland/components/hyprlock.nix b/modules/home/workstation/hyprland/components/hyprlock.nix index 337a097..4a30552 100644 --- a/modules/home/workstation/hyprland/components/hyprlock.nix +++ b/modules/home/workstation/hyprland/components/hyprlock.nix @@ -51,7 +51,7 @@ in { label = { monitor = ""; - text = " \ "; + text = "LOCKED"; position = "0, 150"; valign = "center"; halign = "center";