diff --git a/themes/nord/backgrounds.sh b/themes/nord/backgrounds.sh index d683e30..497a77c 100644 --- a/themes/nord/backgrounds.sh +++ b/themes/nord/backgrounds.sh @@ -2,5 +2,5 @@ BACKGROUNDS_DIR=~/.config/omarchy/backgrounds/nord if [[ ! -d $BACKGROUNDS_DIR ]]; then 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