diff --git a/faucet/gui/greetd.nix b/faucet/gui/greetd.nix index a4d65258..e4914aac 100644 --- a/faucet/gui/greetd.nix +++ b/faucet/gui/greetd.nix @@ -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; }; };