Use current directory for gathering

This commit is contained in:
David Heinemeier Hansson
2025-06-19 08:10:36 -04:00
parent f45bdf5e46
commit 72af673ffc
6 changed files with 20 additions and 21 deletions

View File

@ -2,8 +2,8 @@
# Cycles through the background images available
BACKGROUNDS_DIR="$HOME/.config/omarchy/current-backgrounds/"
CURRENT_BACKGROUND_LINK="$HOME/.config/omarchy/current-background"
BACKGROUNDS_DIR="$HOME/.config/omarchy/current/backgrounds/"
CURRENT_BACKGROUND_LINK="$HOME/.config/omarchy/current/background"
BACKGROUNDS=($(find "$BACKGROUNDS_DIR" -type f | sort))
TOTAL=${#BACKGROUNDS[@]}