Files
omarchy/themes/nord/backgrounds.sh

7 lines
306 B
Bash
Raw Normal View History

2025-06-18 22:12:10 +02:00
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
fi