Fix using backgrounds from inside the themes

This commit is contained in:
David Heinemeier Hansson
2025-07-20 21:30:06 -05:00
parent 3415fef297
commit e7da208505

View File

@ -2,7 +2,7 @@
# Cycles through the background images available
BACKGROUNDS_DIR="$HOME/.config/omarchy/current/backgrounds/"
BACKGROUNDS_DIR="$HOME/.config/omarchy/current/theme/backgrounds/"
CURRENT_BACKGROUND_LINK="$HOME/.config/omarchy/current/background"
mapfile -d '' -t BACKGROUNDS < <(find "$BACKGROUNDS_DIR" -type f -print0 | sort -z)