diff --git a/install/backgrounds.sh b/install/backgrounds.sh index a1737a4..3c4fea0 100644 --- a/install/backgrounds.sh +++ b/install/backgrounds.sh @@ -3,7 +3,7 @@ BACKGROUNDS_DIR=~/.config/omarchy/backgrounds/ download_background_image() { local url="$1" local path="$2" - gum spin --title "Downloading background image..." -- curl -sL -o "$BACKGROUNDS_DIR/$path" "$url" + gum spin --title "Downloading $url as $path..." -- curl -sL -o "$BACKGROUNDS_DIR/$path" "$url" } for t in ~/.local/share/omarchy/themes/*; do source "$t/backgrounds.sh"; done diff --git a/themes/catppuccin/backgrounds.sh b/themes/catppuccin/backgrounds.sh index fbe69d0..8f9dc00 100644 --- a/themes/catppuccin/backgrounds.sh +++ b/themes/catppuccin/backgrounds.sh @@ -1,2 +1,2 @@ mkdir -p "$BACKGROUNDS_DIR/catppuccin" -download_background_image "https://github.com/basecamp/omakub/raw/refs/heads/master/themes/catppuccin/background.png", "catppuccin/1-catppuccin.png" +download_background_image "https://github.com/basecamp/omakub/raw/refs/heads/master/themes/catppuccin/background.png" "catppuccin/1-catppuccin.png" diff --git a/themes/everforest/backgrounds.sh b/themes/everforest/backgrounds.sh index d3e0b17..ace1914 100644 --- a/themes/everforest/backgrounds.sh +++ b/themes/everforest/backgrounds.sh @@ -1,2 +1,2 @@ mkdir -p "$BACKGROUNDS_DIR/everforest" -download_background_image "https://github.com/basecamp/omakub/raw/refs/heads/master/themes/everforest/background.jpg", "everforest/1-everforest.jpg" +download_background_image "https://github.com/basecamp/omakub/raw/refs/heads/master/themes/everforest/background.jpg" "everforest/1-everforest.jpg" diff --git a/themes/gruvbox/backgrounds.sh b/themes/gruvbox/backgrounds.sh index cc7f705..7fbb0dd 100644 --- a/themes/gruvbox/backgrounds.sh +++ b/themes/gruvbox/backgrounds.sh @@ -1,2 +1,2 @@ mkdir -p "$BACKGROUNDS_DIR/gruvbox" -download_background_image "https://github.com/basecamp/omakub/raw/refs/heads/master/themes/gruvbox/background.jpg", "gruvbox/1-grubox.jpg" +download_background_image "https://github.com/basecamp/omakub/raw/refs/heads/master/themes/gruvbox/background.jpg" "gruvbox/1-grubox.jpg" diff --git a/themes/kanagawa/backgrounds.sh b/themes/kanagawa/backgrounds.sh index 202045b..9ce2920 100644 --- a/themes/kanagawa/backgrounds.sh +++ b/themes/kanagawa/backgrounds.sh @@ -1,2 +1,2 @@ mkdir -p "$BACKGROUNDS_DIR/kanagawa" -download_background_image "https://github.com/basecamp/omakub/raw/refs/heads/master/themes/kanagawa/background.jpg", "kanagawa/1-kanagawa.jpg" +download_background_image "https://github.com/basecamp/omakub/raw/refs/heads/master/themes/kanagawa/background.jpg" "kanagawa/1-kanagawa.jpg" diff --git a/themes/nord/backgrounds.sh b/themes/nord/backgrounds.sh index 261489b..b78e084 100644 --- a/themes/nord/backgrounds.sh +++ b/themes/nord/backgrounds.sh @@ -1,2 +1,2 @@ mkdir -p "$BACKGROUNDS_DIR/nord" -download_background_image "https://github.com/basecamp/omakub/raw/refs/heads/master/themes/nord/background.png", "nord/1-nord.png" +download_background_image "https://github.com/basecamp/omakub/raw/refs/heads/master/themes/nord/background.png" "nord/1-nord.png" diff --git a/themes/tokyo-night/backgrounds.sh b/themes/tokyo-night/backgrounds.sh index 43f130f..86f9ecd 100644 --- a/themes/tokyo-night/backgrounds.sh +++ b/themes/tokyo-night/backgrounds.sh @@ -1,4 +1,4 @@ mkdir -p "$BACKGROUNDS_DIR/tokyo-night" -download_background_image "https://images.unsplash.com/photo-1620207418302-439b387441b0", "tokyo-night/1-Milad-Fakurian-Abstract-Purple-Blue.jpg" -download_background_image "https://images.unsplash.com/photo-1651870364199-fc5f9f46ac85", "tokyo-night/2-Pawel-Czerwinski-Abstract-Purple-Blue.jpg" -download_background_image "https://images.unsplash.com/photo-1567400358593-9e6382752ea2", "tokyo-night/3-Jr-Korpa-Abstract-Purple-Blue.jpg" +download_background_image "https://images.unsplash.com/photo-1620207418302-439b387441b0" "tokyo-night/1-Milad-Fakurian-Abstract-Purple-Blue.jpg" +download_background_image "https://images.unsplash.com/photo-1651870364199-fc5f9f46ac85" "tokyo-night/2-Pawel-Czerwinski-Abstract-Purple-Blue.jpg" +download_background_image "https://images.unsplash.com/photo-1567400358593-9e6382752ea2" "tokyo-night/3-Jr-Korpa-Abstract-Purple-Blue.jpg"