diff --git a/img/icons/code-server.svg b/img/icons/code-server.svg index 195f310..f7d601a 100644 --- a/img/icons/code-server.svg +++ b/img/icons/code-server.svg @@ -1,3 +1 @@ - - - \ No newline at end of file + \ No newline at end of file diff --git a/img/icons/distrobox.svg b/img/icons/distrobox.svg index c7dc614..72de535 100644 --- a/img/icons/distrobox.svg +++ b/img/icons/distrobox.svg @@ -1,76 +1 @@ - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/img/icons/element.svg b/img/icons/element.svg index b30aafe..bc6b359 100644 --- a/img/icons/element.svg +++ b/img/icons/element.svg @@ -1,6 +1 @@ - - - - - - + \ No newline at end of file diff --git a/img/icons/xrdp.svg b/img/icons/xrdp.svg index d5137bc..550395e 100644 --- a/img/icons/xrdp.svg +++ b/img/icons/xrdp.svg @@ -1,27 +1 @@ - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - \ No newline at end of file + image/svg+xml \ No newline at end of file diff --git a/img/montage.png b/img/montage.png index 49eb53d..d924b03 100644 Binary files a/img/montage.png and b/img/montage.png differ diff --git a/img/montage.sh b/img/montage.sh index 58b98fe..75761b1 100755 --- a/img/montage.sh +++ b/img/montage.sh @@ -3,9 +3,9 @@ cd icons for old in *; do new="$(echo "$old" | sed -e 's/.svg$/-large.svg/')" echo $new - rsvg-convert "$old" -h 1080 -f svg -o "$new" + rsvg-convert "$old" -h 1440 -f svg -o "$new" done cd .. -montage -background white icons/*-large.svg -geometry 540x540 -tile 5x5 -border 30 -bordercolor white montage.png +montage -background white icons/*-large.svg -geometry 720x720 -tile 5x5 -border 30 -bordercolor white montage.png convert montage.png -resize 50% montage.webp rm icons/*-large.svg diff --git a/img/montage.webp b/img/montage.webp index 21709b1..b85ea10 100644 Binary files a/img/montage.webp and b/img/montage.webp differ