Compare commits

..

No commits in common. "7dab6acb9376c81a8968f97f5f5ec54241b6bfc4" and "9faf7521892f3877885a4107ee1c31502c0c5a61" have entirely different histories.

View File

@ -58,7 +58,6 @@ in
starship
nodePackages.prettier
cargo
clippy
rustc
rustfmt
python3
@ -521,10 +520,10 @@ in
let
wallpaper-dir = "${dotsDir}/.local/share/wallpapers";
in
pkgs.writeShellScript "swww-init-wallpapers" ''
"${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" || 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"
];
};
Install.WantedBy = [ "swww-daemon.service" ];
Unit = {