feat: swww has a nicer animation
This commit is contained in:
parent
1863240cd6
commit
5e80ec5741
2 changed files with 2 additions and 1 deletions
|
@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -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 = [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue