Use present_terminal in omarchy-menu to do fancy command presentation

Then the individual commands can be clean
This commit is contained in:
David Heinemeier Hansson
2025-08-08 15:07:07 +02:00
parent 3d489382e4
commit 567b05c489
6 changed files with 6 additions and 25 deletions

View File

@@ -4,8 +4,6 @@ ICON_DIR="$HOME/.local/share/applications/icons"
DESKTOP_DIR="$HOME/.local/share/applications/"
if [ "$#" -ne 1 ]; then
~/.local/share/omarchy/bin/omarchy-show-logo
# Find all web apps
while IFS= read -r -d '' file; do
if grep -q '^Exec=.*chromium.*--app' "$file"; then
@@ -35,5 +33,4 @@ rm "$ICON_DIR/$APP_NAME.png"
if [ "$#" -ne 1 ]; then
echo -e "Removed $APP_NAME\n"
~/.local/share/omarchy/bin/omarchy-show-done
fi