Files
omarchy/themes/catppuccin/backgrounds.sh

7 lines
318 B
Bash
Raw Normal View History

2025-06-18 21:55:53 +02:00
BACKGROUNDS_DIR=~/.config/omarchy/backgrounds/catppuccin
2025-06-18 21:17:59 +02:00
2025-06-18 21:41:56 +02:00
if [[ ! -d $BACKGROUNDS_DIR ]]; then
2025-06-18 21:17:59 +02:00
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