Files
omarchy/themes/catppuccin/backgrounds.sh

7 lines
315 B
Bash
Raw Normal View History

2025-06-18 21:17:59 +02:00
BACKGROUNDS_DIR=~/.config/omarchy/backgrounds/catppucin
if [[ -z $BACKGROUNDS_DIR ]]; then
mkdir -p $BACKGROUNDS_DIR
2025-06-18 21:31:46 +02:00
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
2025-06-18 21:17:59 +02:00
fi