diff options
| author | Andrew <admonty1@protonmail.com> | 2025-08-24 02:12:19 -0400 |
|---|---|---|
| committer | Andrew <admonty1@protonmail.com> | 2025-08-24 02:12:19 -0400 |
| commit | 80ce7045b502b164eef4f4c1c28bda90421bab67 (patch) | |
| tree | 142420560ca96fffb9b5535b97e11c3e6439fad1 | |
| parent | added list of impurities to one day fix.. or not (diff) | |
| download | nixos-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 '')
| -rw-r--r-- | hyprlock.nix | 3 |
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"; |
