mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
Fix the migration, not the installer
This commit is contained in:
@ -1,5 +1,6 @@
|
|||||||
echo "Add new matte black theme"
|
echo "Add new matte black theme"
|
||||||
|
|
||||||
|
BACKGROUNDS_DIR=~/.config/omarchy/backgrounds/
|
||||||
download_background_image() {
|
download_background_image() {
|
||||||
local url="$1"
|
local url="$1"
|
||||||
local path="$2"
|
local path="$2"
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
mkdir -p "~/.config/omarchy/backgrounds/matte-black"
|
mkdir -p "$BACKGROUNDS_DIR/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"
|
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"
|
||||||
|
Reference in New Issue
Block a user