fixed battery and added debug prints to set-wallpaper

This commit is contained in:
Honney
2026-06-14 01:29:01 +02:00
parent 980058a2f0
commit a2a9812089
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -59,7 +59,9 @@ elif [ -x "/usr/bin/hyprpaper" ]; then
fi
if [ -x "/usr/bin/matugen" ]; then
echo "matugen exists, creating colors"
matugen image $image --mode dark --source-color-index 0
echo "matugen image $image --mode dark --source-color-index 0"
else
cp "$SCRIPT_DIR/../../assets/example_colors.qml" "$SCRIPT_DIR/../../config/Colors.qml"
fi