summaryrefslogtreecommitdiffstats
path: root/hyprlock.nix
diff options
context:
space:
mode:
authorAndrew <admonty1@protonmail.com>2025-08-24 02:12:19 -0400
committerAndrew <admonty1@protonmail.com>2025-08-24 02:12:19 -0400
commit80ce7045b502b164eef4f4c1c28bda90421bab67 (patch)
tree142420560ca96fffb9b5535b97e11c3e6439fad1 /hyprlock.nix
parentadded list of impurities to one day fix.. or not (diff)
downloadnixos-80ce7045b502b164eef4f4c1c28bda90421bab67.tar.gz
nixos-80ce7045b502b164eef4f4c1c28bda90421bab67.tar.bz2
nixos-80ce7045b502b164eef4f4c1c28bda90421bab67.zip
change hyprlock to use default which is more asethetical in my opinion
Diffstat (limited to 'hyprlock.nix')
-rw-r--r--hyprlock.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/hyprlock.nix b/hyprlock.nix
index 6321a60..8f36fd1 100644
--- a/hyprlock.nix
+++ b/hyprlock.nix
@@ -66,7 +66,8 @@ in
font_color = "rgb(143, 143, 143)";
fade_on_empty = false;
rounding = 15;
-
+
+ font_size = 30;
font_family = "${font}";
placeholder_text = "Input password...";
fail_text = "$PAMFAIL";