nixos

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit e882b8870008fdb5063371095fb1090809837bed
parent 11ae8e930c0e09b07b55e868cdf653f51c83f3e8
Author: Toni Brown <tb148@proton.me>
Date:   Fri,  5 Sep 2025 15:32:14 +0800

change password input width

Diffstat:
Mconfiguration.nix | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/configuration.nix b/configuration.nix @@ -62,6 +62,7 @@ (where-is-my-sddm-theme.override { themeConfig.General = { passwordCharacter = "X"; + passwordInputWidth = 2; passwordInputBackground = "#1e1e2e"; passwordInputCursorVisible = false; passwordTextColor = "#cdd6f4";