No description
Find a file
2025-02-01 00:47:48 +00:00
examples compensate for the removed whitespace 2020-08-12 00:53:14 +05:30
logo moved logo svg to its own folder, modified script to enable use of other logos and added error and usage messages 2025-01-02 13:55:34 +01:00
LICENSE Add LICENSE 2019-11-06 19:26:01 +00:00
mepapemaker.sh removed the .0 in the calculation of density because it was generating too high dpi at certain values with no apparent benefit otherwise 2025-01-18 23:15:38 +01:00
README.md Updated Readme to reflect about usage with third-party logos and added some example urls 2025-02-01 00:47:48 +00:00

fork of https://gitlab.com/akumar-xyz/arch-pape-maker

arch pape maker

A script for an obnoxious arch user who wants to trumpet his (or her) distro of choice.

I use this script to place the arch logo on all my wallpapers.

I use arch btw...

Usage

./mepapemaker.sh <logo> <file.img>

For now only the arch logo is available.

Getting logos from other sources

If you already have a monochrome svg of a logo you want to put on your wallpaper, you just need to put it in the logo directory and use the filename (without the file extension) as the second argument.

wget https://kde.org/stuff/clipart/logo/plasma-logo-monochrome.svg -O plasma.svg
mv plasma.svg logo/
./mepapemaker.sh plasma wallpaper.jpg
Logos URL
KDE Plasma https://kde.org/stuff/clipart/logo/plasma-logo-monochrome.svg
KDE Logo https://kde.org/stuff/clipart/logo/kde-logo-gray-transparent-source.svg

Examples

Example 1

example1

./mepapemaker.sh arch example1.jpg

arch btw example1

output: arch_btw_example1.jpg

Example 2

example2

./mepapemaker.sh arch example2.jpg

arch btw example2

output: arch_btw_example2.jpg

Example 3

example3

./mepapemaker.sh arch example3.jpg

arch btw example3

output: arch_btw_example2.jpg

Dependencies

Imagemagick v7