Revert "refactor(hm/price): better handle swww wallpaper failures"
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m5s
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m5s
This reverts commit 7dab6acb93
.
This commit is contained in:
parent
9271ff945d
commit
a35bd70536
@ -521,10 +521,10 @@ in
|
|||||||
let
|
let
|
||||||
wallpaper-dir = "${dotsDir}/.local/share/wallpapers";
|
wallpaper-dir = "${dotsDir}/.local/share/wallpapers";
|
||||||
in
|
in
|
||||||
pkgs.writeShellScript "swww-init-wallpapers" ''
|
[
|
||||||
"${pkgs.swww}/bin/swww img -t random ${wallpaper-dir}/Nebula.jpg" || true
|
"${pkgs.swww}/bin/swww img -t random ${wallpaper-dir}/Nebula.jpg"
|
||||||
"${pkgs.swww}/bin/swww img -t wipe --transition-angle 40 -o eDP-1 ${wallpaper-dir}/Autumn-Leaves.jpg" || true
|
"${pkgs.swww}/bin/swww img -t wipe --transition-angle 40 -o eDP-1 ${wallpaper-dir}/Autumn-Leaves.jpg"
|
||||||
'';
|
];
|
||||||
};
|
};
|
||||||
Install.WantedBy = [ "swww-daemon.service" ];
|
Install.WantedBy = [ "swww-daemon.service" ];
|
||||||
Unit = {
|
Unit = {
|
||||||
|
Loading…
Reference in New Issue
Block a user