mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-28 12:49:25 +00:00
Add more themes
This commit is contained in:
6
themes/kanagawa/backgrounds.sh
Normal file
6
themes/kanagawa/backgrounds.sh
Normal file
@ -0,0 +1,6 @@
|
||||
BACKGROUNDS_DIR=~/.config/omarchy/backgrounds/kanagawa
|
||||
|
||||
if [[ ! -d $BACKGROUNDS_DIR ]]; then
|
||||
mkdir -p $BACKGROUNDS_DIR
|
||||
gum spin --title "Downloading background image..." -- curl -sL -o $BACKGROUNDS_DIR/1-kanagawa.jpg https://github.com/basecamp/omakub/raw/refs/heads/master/themes/kanagawa/background.jpg
|
||||
fi
|
Reference in New Issue
Block a user