Skip to content

Commit

Permalink
fix(*): idk
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewzn69 committed Oct 19, 2023
1 parent 0c59ff7 commit 198bf69
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 25 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/generate-gallery.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
set -x

# create output dir
mkdir -p output
mkdir -p previews

# loop through the subdirectories
for dir in *; do
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-readme.py
Original file line number Diff line number Diff line change
@@ -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/'
Expand Down
20 changes: 0 additions & 20 deletions README.md

This file was deleted.

Binary file removed Ubuntu.zip
Binary file not shown.
Binary file removed output/carbon.png
Binary file not shown.
Binary file removed output/catpuccin.png
Binary file not shown.
Binary file removed output/everforest.png
Binary file not shown.
Binary file removed output/gruvbox.png
Binary file not shown.
Binary file removed output/nord.png
Binary file not shown.
Binary file removed output/onedark.png
Binary file not shown.

0 comments on commit 198bf69

Please sign in to comment.