mirror of
https://github.com/celesrenata/end-4-flakes.git
synced 2026-06-15 14:09:57 -05:00
fix: rename remaining swww references to awww
This commit is contained in:
@@ -117,10 +117,10 @@ EOF
|
|||||||
echo "✅ Quickshell colors generated"
|
echo "✅ Quickshell colors generated"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Update wallpaper if using swww
|
# Update wallpaper if using awww
|
||||||
if command -v swww >/dev/null 2>&1; then
|
if command -v awww >/dev/null 2>&1; then
|
||||||
echo "Updating wallpaper with swww..."
|
echo "Updating wallpaper with awww..."
|
||||||
swww img "$WALLPAPER" --transition-type fade --transition-duration 1
|
awww img "$WALLPAPER" --transition-type fade --transition-duration 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "🎨 Color generation complete!"
|
echo "🎨 Color generation complete!"
|
||||||
|
|||||||
Reference in New Issue
Block a user