From d765a33efddb7a0d799ac913459f789fdb9ec1f4 Mon Sep 17 00:00:00 2001 From: Celes Renata Date: Fri, 8 May 2026 16:38:28 -0700 Subject: [PATCH] fix: rename remaining swww references to awww --- configs/scripts/generate-colors.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configs/scripts/generate-colors.sh b/configs/scripts/generate-colors.sh index 6a0083f..bab19b4 100755 --- a/configs/scripts/generate-colors.sh +++ b/configs/scripts/generate-colors.sh @@ -117,10 +117,10 @@ EOF echo "✅ Quickshell colors generated" fi -# Update wallpaper if using swww -if command -v swww >/dev/null 2>&1; then - echo "Updating wallpaper with swww..." - swww img "$WALLPAPER" --transition-type fade --transition-duration 1 +# Update wallpaper if using awww +if command -v awww >/dev/null 2>&1; then + echo "Updating wallpaper with awww..." + awww img "$WALLPAPER" --transition-type fade --transition-duration 1 fi echo "🎨 Color generation complete!"