faucet(gui): add regreet fit mode

This commit is contained in:
514fpv 2024-01-03 15:39:30 +08:00
parent c508b1f230
commit 5725b330e3
Signed by: koishi
SSH key fingerprint: SHA256:VkIdW3jUIiqecV2WNAje2fGU5lEhN0XZ58DN0NS4pv0

View file

@ -9,6 +9,7 @@ in mkIf (cfg.enable && cfg.session) {
cageArgs = [ "-s" "-d" "-m" "last" ];
settings = {
background.path = ../../share/54345906_p0.jpg;
background.fit = "Fill";
gtk.application_prefer_dark_theme = true;
};
};