diff --git a/modules/wp/set-wallpaper.sh b/modules/wp/set-wallpaper.sh index a2301dd..c39cb4f 100755 --- a/modules/wp/set-wallpaper.sh +++ b/modules/wp/set-wallpaper.sh @@ -46,7 +46,11 @@ elif [ -x "/usr/bin/hyprpaper" ]; then hyprctl hyprpaper wallpaper ", $image" fi -matugen image $image --mode dark +if [ -x "/usr/bin/matugen" ]; then + matugen image $image --mode dark +else + cp $HOME/.config/quickshell/colors/example_colors.qml $HOME/.config/quickshell/colors/Colors.qml +fi ### Blured Wallpaper for wlogout blur="50x30"