Updated Readme to reflect about usage with third-party logos and added some example urls
This commit is contained in:
parent
9d091d1b58
commit
a5d222d369
1 changed files with 15 additions and 0 deletions
15
README.md
15
README.md
|
@ -16,6 +16,21 @@ I use this script to place the arch logo on all my wallpapers.
|
|||
```
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue