fix(gui): set regreet fit mode

This commit is contained in:
514fpv 2024-01-03 15:39:30 +08:00
parent a02f98973f
commit 3618a1e7ec
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

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;
};
};