Files
omarchy/themes/catppuccin/backgrounds.sh
David Heinemeier Hansson 9e1d49d2ee Fix spelling
2025-06-18 21:55:53 +02:00

7 lines
318 B
Bash

BACKGROUNDS_DIR=~/.config/omarchy/backgrounds/catppuccin
if [[ ! -d $BACKGROUNDS_DIR ]]; then
mkdir -p $BACKGROUNDS_DIR
gum spin --title "Downloading background image..." -- curl -sL -o $BACKGROUNDS_DIR/1-catppuccin.png https://github.com/basecamp/omakub/raw/refs/heads/master/themes/catppuccin/background.png
fi