From a477b415933d412e48ee73effc57000b1b0b6118 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 11 Jul 2025 09:19:17 -0700 Subject: [PATCH] Fix backgrounds path --- themes/matte-black/backgrounds.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/matte-black/backgrounds.sh b/themes/matte-black/backgrounds.sh index 4c0c8d8..1e24ed9 100644 --- a/themes/matte-black/backgrounds.sh +++ b/themes/matte-black/backgrounds.sh @@ -1,2 +1,2 @@ -mkdir -p "$BACKGROUNDS_DIR/matte-black" +mkdir -p "~/.config/omarchy/backgrounds/matte-black" download_background_image "https://raw.githubusercontent.com/tahayvr/omarchy-matte-black/refs/heads/main/images/1-matte-black.jpg" "matte-black/1-matte-black.jpg"