feat(wallpaper): use swaybg instead of hyprpaper

This commit is contained in:
Moritz Böhme 2023-06-08 11:38:08 +02:00
parent 4737aec6e2
commit e3a95c6dc2
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
4 changed files with 17 additions and 47 deletions

View file

@ -8,7 +8,7 @@ let
script = pkgs.writeShellApplication {
name = "wallpaper";
runtimeInputs = with pkgs; [ findutils coreutils feh hyprland jq fzf viu ];
runtimeInputs = with pkgs; [ findutils coreutils feh swaybg fzf viu ];
text = builtins.readFile ./wallpaper.sh;
};
in