Compare commits

..

2 Commits

Author SHA1 Message Date
7dab6acb93
refactor(hm/price): better handle swww wallpaper failures
Some checks failed
Check Formatting of Files / Check-Formatting (push) Has been cancelled
2024-07-10 03:20:22 -05:00
dfa925f872
feat(hm/price): install clippy 2024-07-10 03:20:06 -05:00

View File

@ -58,6 +58,7 @@ in
starship starship
nodePackages.prettier nodePackages.prettier
cargo cargo
clippy
rustc rustc
rustfmt rustfmt
python3 python3
@ -520,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" "${pkgs.swww}/bin/swww img -t random ${wallpaper-dir}/Nebula.jpg" || true
"${pkgs.swww}/bin/swww img -t wipe --transition-angle 40 -o eDP-1 ${wallpaper-dir}/Autumn-Leaves.jpg" "${pkgs.swww}/bin/swww img -t wipe --transition-angle 40 -o eDP-1 ${wallpaper-dir}/Autumn-Leaves.jpg" || true
]; '';
}; };
Install.WantedBy = [ "swww-daemon.service" ]; Install.WantedBy = [ "swww-daemon.service" ];
Unit = { Unit = {