Unified done showing and command style

This commit is contained in:
David Heinemeier Hansson
2025-08-04 20:51:43 +02:00
parent 82bcee5624
commit 8170cb9ed4
14 changed files with 23 additions and 13 deletions

View File

@@ -24,10 +24,9 @@ fi
# Use readlink -f to resolve symlinks and get the absolute path
if [ "$(readlink -f "$CURRENT_DIR/theme")" = "$(readlink -f "$THEME_PATH")" ]; then
"$HOME/.local/share/omarchy/bin/omarchy-theme-next"
~/.local/share/omarchy/bin/omarchy-theme-next
fi
# Now remove the theme directory and backgrounds for THEME_NAME
rm -rf "$THEME_PATH"
rm -rf "$BACKGROUND_PATH"