made maguten not needed instead take example color

This commit is contained in:
Hannes
2026-02-18 19:22:02 +01:00
parent a85b0e90c8
commit 13e05a3f93
+5 -1
View File
@@ -46,7 +46,11 @@ elif [ -x "/usr/bin/hyprpaper" ]; then
hyprctl hyprpaper wallpaper ", $image" hyprctl hyprpaper wallpaper ", $image"
fi 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 ### Blured Wallpaper for wlogout
blur="50x30" blur="50x30"