feat(wallpaper): use swaybg instead of hyprpaper
This commit is contained in:
parent
4737aec6e2
commit
e3a95c6dc2
4 changed files with 17 additions and 47 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue