From c5c201ec38f2cec3c42ac0a5e6412591396eaa7d Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Fri, 20 Dec 2024 14:14:15 +0100 Subject: [PATCH] nixosModules/style/hyprlock: update text color in input --- shared/nixosModules/style/modules/hyprlock.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/nixosModules/style/modules/hyprlock.nix b/shared/nixosModules/style/modules/hyprlock.nix index d2c48e2..7d9dddc 100644 --- a/shared/nixosModules/style/modules/hyprlock.nix +++ b/shared/nixosModules/style/modules/hyprlock.nix @@ -88,7 +88,7 @@ in { fade_on_empty = false; # the span elements still use #RRGGBB, so we use scheme directly - placeholder_text = "󰌾 Logged in as $USER"; + placeholder_text = "󰌾 Logged in as $USER"; hide_input = false; check_color = base0D;