Skip to content

Commit

Permalink
Merge pull request #275 from squidowl/moar-icons
Browse files Browse the repository at this point in the history
Even more icon sizes
  • Loading branch information
tarkah authored Mar 15, 2024
2 parents a22f4bc + 78310d7 commit dfa2b7f
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 1 deletion.
Binary file modified assets/linux/icons/hicolor/128x128/apps/org.squidowl.halloy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/linux/icons/hicolor/256x256/apps/org.squidowl.halloy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/linux/icons/hicolor/32x32/apps/org.squidowl.halloy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/linux/icons/hicolor/512x512/apps/org.squidowl.halloy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/linux/icons/hicolor/64x64/apps/org.squidowl.halloy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion scripts/generate-icons.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ src=logo.png
conv_opts="-colors 256 -background none -density 300"

# the linux icon
for size in "32" "64" "128" "256" "512"; do
for size in "16" "24" "32" "48" "64" "96" "128" "256" "512"; do
target="linux/icons/hicolor/${size}x${size}/apps"
mkdir -p "$target"
convert $conv_opts -resize "!${size}x${size}" "$src" "$target/org.squidowl.halloy.png"
Expand Down

0 comments on commit dfa2b7f

Please sign in to comment.