From 41def87bdcd2a77b550dd4cd1584eabc6518fb3c Mon Sep 17 00:00:00 2001 From: Hannes Date: Tue, 14 Apr 2026 21:28:49 +0200 Subject: [PATCH] matugen update --- modules/wp/set-wallpaper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/wp/set-wallpaper.sh b/modules/wp/set-wallpaper.sh index c39cb4f..ff4087d 100755 --- a/modules/wp/set-wallpaper.sh +++ b/modules/wp/set-wallpaper.sh @@ -47,7 +47,7 @@ elif [ -x "/usr/bin/hyprpaper" ]; then fi if [ -x "/usr/bin/matugen" ]; then - matugen image $image --mode dark + matugen image $image --mode dark --source-color-index 0 else cp $HOME/.config/quickshell/colors/example_colors.qml $HOME/.config/quickshell/colors/Colors.qml fi