feat: swww has a nicer animation

This commit is contained in:
Nydragon 2024-10-26 01:58:27 +02:00
parent 1863240cd6
commit 5e80ec5741
Signed by: nydragon
SSH key fingerprint: SHA256:WcjW5NJPQ8Dx4uQDmoIlVPLWE27Od3fxoe0IUvuoPHE
2 changed files with 2 additions and 1 deletions

View file

@ -24,7 +24,7 @@
Service = { Service = {
Type = "oneshot"; Type = "oneshot";
ExecStart = "${pkgs.swww}/bin/swww img ${self + "/assets/landscape-pink-pastel.jpg"}"; ExecStart = "${pkgs.swww}/bin/swww img ${self + "/assets/landscape-pink-pastel.jpg"} -t wipe";
}; };
}; };

View file

@ -2,5 +2,6 @@
lib.mkIf config.programs.sway.enable { lib.mkIf config.programs.sway.enable {
programs.sway = { programs.sway = {
wrapperFeatures.gtk = true; wrapperFeatures.gtk = true;
extraPackages = [ ];
}; };
} }