Compare commits
No commits in common. "7dab6acb9376c81a8968f97f5f5ec54241b6bfc4" and "9faf7521892f3877885a4107ee1c31502c0c5a61" have entirely different histories.
7dab6acb93
...
9faf752189
@ -58,7 +58,6 @@ in
|
|||||||
starship
|
starship
|
||||||
nodePackages.prettier
|
nodePackages.prettier
|
||||||
cargo
|
cargo
|
||||||
clippy
|
|
||||||
rustc
|
rustc
|
||||||
rustfmt
|
rustfmt
|
||||||
python3
|
python3
|
||||||
@ -521,10 +520,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…
x
Reference in New Issue
Block a user