diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index 5452bb1..b538f0c 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -8,6 +8,7 @@ pkgs.noto-fonts-emoji pkgs.swww pkgs.swaylock + pkgs.pywal16 ]; gtk = { diff --git a/modules/home/scripts/scripts/setbg b/modules/home/scripts/scripts/setbg index c0e7277..e796894 100644 --- a/modules/home/scripts/scripts/setbg +++ b/modules/home/scripts/scripts/setbg @@ -1,4 +1,5 @@ #!/usr/bin/env bash magick convert "$1" ~/.local/share/bg.png +wal -i "$1" swww img ~/.local/share/bg.png --transition-type fade