change sddm theme

This commit is contained in:
2024-07-05 13:03:10 +02:00
parent 5f11d8d5e5
commit 53fc65d4fb

View File

@@ -78,6 +78,11 @@ in {
background = "/nix/persist/system/wallpaper.png"; background = "/nix/persist/system/wallpaper.png";
backgroundFill = "#252525"; backgroundFill = "#252525";
backgroundFillMode="Image.Pad"; backgroundFillMode="Image.Pad";
passwordInputWidth = 0.25;
passwordInputBackground = "#60ffffff";
passwordFontSize = 28;
sessionsFontSize=24;
usersFontSize=32;
}; };
variants = ["qt5"]; variants = ["qt5"];
}) })