diff --git a/bin/omarchy-tui-remove b/bin/omarchy-tui-remove index 9272886a..4d527dae 100755 --- a/bin/omarchy-tui-remove +++ b/bin/omarchy-tui-remove @@ -34,4 +34,4 @@ fi rm -f "$DESKTOP_DIR/$APP_NAME.desktop" rm -f "$ICON_DIR/$APP_NAME.png" -omarchy-notification-send "TUI removed" "$APP_NAME" +omarchy-notification-send -g  "TUI removed" "$APP_NAME" diff --git a/bin/omarchy-webapp-remove b/bin/omarchy-webapp-remove index 6e61ab50..de7ac6c3 100755 --- a/bin/omarchy-webapp-remove +++ b/bin/omarchy-webapp-remove @@ -35,5 +35,5 @@ fi rm -f "$DESKTOP_DIR/$APP_NAME.desktop" rm -f "$ICON_DIR/$APP_NAME.png" -omarchy-notification-send "Web app removed" "$APP_NAME" +omarchy-notification-send -g  "Web app removed" "$APP_NAME" update-desktop-database "$DESKTOP_DIR" &>/dev/null