diff --git a/.github/workflows/generate-gallery.sh b/.github/workflows/generate-gallery.sh index bf57052..68f14c3 100755 --- a/.github/workflows/generate-gallery.sh +++ b/.github/workflows/generate-gallery.sh @@ -4,7 +4,7 @@ set -x # create output dir -mkdir -p output +mkdir -p previews # loop through the subdirectories for dir in *; do @@ -39,16 +39,16 @@ for dir in *; do fi done - if [ "$folder_name" != "output" ]; then + if [ "$folder_name" != "previews" ]; then # create the montage montage -background '#262626' \ -mode concatenate \ -tile 7x \ -geometry +5+5 \ - "${montage_images[@]}" "output/$folder_name.png" + "${montage_images[@]}" "previews/$folder_name.png" fi - ls output + ls previews # rm tempdir rm -rf "$tempdir" diff --git a/.github/workflows/generate-readme.py b/.github/workflows/generate-readme.py index 4410f31..83f1b0d 100644 --- a/.github/workflows/generate-readme.py +++ b/.github/workflows/generate-readme.py @@ -1,7 +1,7 @@ import os # Directory containing the images -image_directory = 'output' +image_directory = 'previews' # URL of the GitHub repository github_repo_url = 'https://github.com/andrewzn69/wallpapers/tree/main/' diff --git a/README.md b/README.md deleted file mode 100644 index 505ee70..0000000 --- a/README.md +++ /dev/null @@ -1,20 +0,0 @@ -# Wallpapers - -[carbon](https://github.com/andrewzn69/wallpapers/tree/main/carbon.png) -![carbon](output/carbon.png) ---- -[catpuccin](https://github.com/andrewzn69/wallpapers/tree/main/catpuccin.png) -![catpuccin](output/catpuccin.png) ---- -[gruvbox](https://github.com/andrewzn69/wallpapers/tree/main/gruvbox.png) -![gruvbox](output/gruvbox.png) ---- -[onedark](https://github.com/andrewzn69/wallpapers/tree/main/onedark.png) -![onedark](output/onedark.png) ---- -[nord](https://github.com/andrewzn69/wallpapers/tree/main/nord.png) -![nord](output/nord.png) ---- -[everforest](https://github.com/andrewzn69/wallpapers/tree/main/everforest.png) -![everforest](output/everforest.png) ---- diff --git a/Ubuntu.zip b/Ubuntu.zip deleted file mode 100644 index f34752f..0000000 Binary files a/Ubuntu.zip and /dev/null differ diff --git a/output/carbon.png b/output/carbon.png deleted file mode 100644 index 1ed58d9..0000000 Binary files a/output/carbon.png and /dev/null differ diff --git a/output/catpuccin.png b/output/catpuccin.png deleted file mode 100644 index 4129bbd..0000000 Binary files a/output/catpuccin.png and /dev/null differ diff --git a/output/everforest.png b/output/everforest.png deleted file mode 100644 index c7f35c0..0000000 Binary files a/output/everforest.png and /dev/null differ diff --git a/output/gruvbox.png b/output/gruvbox.png deleted file mode 100644 index 25375a1..0000000 Binary files a/output/gruvbox.png and /dev/null differ diff --git a/output/nord.png b/output/nord.png deleted file mode 100644 index 8f2b714..0000000 Binary files a/output/nord.png and /dev/null differ diff --git a/output/onedark.png b/output/onedark.png deleted file mode 100644 index ef70dd2..0000000 Binary files a/output/onedark.png and /dev/null differ