Show logo now that we are coming from the new menu

This commit is contained in:
David Heinemeier Hansson
2025-08-04 20:26:33 +02:00
parent 9c70a8e187
commit 57443e74ad
8 changed files with 16 additions and 9 deletions

View File

@@ -1,8 +1,6 @@
#!/bin/bash
# Show logo
clear
cat <~/.local/share/omarchy/logo.txt
~/.local/share/omarchy/bin/omarchy-show-logo
for dir in ~/.config/omarchy/themes/*/; do
[ -d "$dir" ] && [ ! -L "${dir%/}" ] && echo "Updating: $(basename "$dir")" && git -C "$dir" pull