Compare commits
2 Commits
9faf752189
...
7dab6acb93
Author | SHA1 | Date | |
---|---|---|---|
7dab6acb93 | |||
dfa925f872 |
@ -58,6 +58,7 @@ in
|
||||
starship
|
||||
nodePackages.prettier
|
||||
cargo
|
||||
clippy
|
||||
rustc
|
||||
rustfmt
|
||||
python3
|
||||
@ -520,10 +521,10 @@ in
|
||||
let
|
||||
wallpaper-dir = "${dotsDir}/.local/share/wallpapers";
|
||||
in
|
||||
[
|
||||
"${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"
|
||||
];
|
||||
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
|
||||
'';
|
||||
};
|
||||
Install.WantedBy = [ "swww-daemon.service" ];
|
||||
Unit = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user