Files
omarchycn/themes/gruvbox/backgrounds.sh
T

7 lines
309 B
Bash

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