fix: rename remaining swww references to awww

This commit is contained in:
Celes Renata
2026-05-08 16:38:28 -07:00
parent f15eae1dd2
commit d765a33efd
+4 -4
View File
@@ -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!"