Restart Walker after removing web apps (#5513)

This commit is contained in:
Andrii Furmanets
2026-04-30 20:14:29 +02:00
committed by GitHub
parent 710356e900
commit 0b1607786d
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -41,3 +41,5 @@ for APP_NAME in "${APP_NAMES[@]}"; do
rm -f "$ICON_DIR/$APP_NAME.png"
echo "Removed $APP_NAME"
done
omarchy-restart-walker
+2
View File
@@ -33,4 +33,6 @@ if command -v update-desktop-database &>/dev/null; then
update-desktop-database "$APP_DIR" &>/dev/null || true
fi
omarchy-restart-walker
echo "Web apps removed successfully."