Files
omarchy/themes/catppuccin/backgrounds.sh
David Heinemeier Hansson a3efe87b1a Catpuccin background
2025-06-18 21:31:46 +02:00

7 lines
315 B
Bash

BACKGROUNDS_DIR=~/.config/omarchy/backgrounds/catppucin
if [[ -z $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