mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
Fix folder name
This commit is contained in:
@ -2,5 +2,5 @@ BACKGROUNDS_DIR=~/.config/omarchy/backgrounds/nord
|
|||||||
|
|
||||||
if [[ ! -d $BACKGROUNDS_DIR ]]; then
|
if [[ ! -d $BACKGROUNDS_DIR ]]; then
|
||||||
mkdir -p $BACKGROUNDS_DIR
|
mkdir -p $BACKGROUNDS_DIR
|
||||||
gum spin --title "Downloading background image..." -- curl -sL -o $BACKGROUNDS_DIR/1-nord.png https://github.com/basecamp/omakub/raw/refs/heads/master/themes/catppuccin/background.png
|
gum spin --title "Downloading background image..." -- curl -sL -o $BACKGROUNDS_DIR/1-nord.png https://github.com/basecamp/omakub/raw/refs/heads/master/themes/nord/background.png
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user