50 lines
940 B
Markdown
50 lines
940 B
Markdown
# 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.
|
|
|
|
# Examples
|
|
|
|
## Example 1
|
|

|
|
```
|
|
./mepapemaker.sh arch example1.jpg
|
|
```
|
|

|
|
|
|
```output: arch_btw_example1.jpg```
|
|
|
|
## Example 2
|
|

|
|
```
|
|
./mepapemaker.sh arch example2.jpg
|
|
```
|
|

|
|
|
|
```output: arch_btw_example2.jpg```
|
|
|
|
## Example 3
|
|

|
|
```
|
|
./mepapemaker.sh arch example3.jpg
|
|
```
|
|

|
|
|
|
```output: arch_btw_example2.jpg```
|
|
|
|
# Dependencies
|
|
|
|
```Imagemagick v7```
|