Skip to content

Commit db54e50

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents a7d1498 + 13d33ad commit db54e50

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

README.md

+14-6
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,29 @@ For issues installing pillow refer this [document](https://pillow.readthedocs.io
2424

2525
## Usage
2626
```
27-
# Set randomly
27+
# Set randomly (uses picsum)
2828
wanda
2929
30-
# Set from a keyword
30+
# Set from a keyword (uses picsum)
3131
wanda -t mountain
3232
3333
# Set from a source
3434
wanda -s wallhaven
3535
36-
# Set from a source
36+
# Set from a source with keyword
3737
wanda -s wallhaven -t japan
3838
39-
# Set album covers
40-
wanda -sm -t "Meltt-Love Again" -f
39+
# Use shortcode for source (w=wallhaven)
40+
# For other shortcodes for other sources, check 'wanda -u'
41+
wanda -s w -t japan
42+
43+
# Set album covers (m=musicbrainz)
44+
# album cover would be square, so use -f to fit it to screen
45+
# format for query with musicbrainz is 'artist-album'
46+
wanda -s m -t "Meltt-Love Again" -f
47+
48+
# Set from folder (l=local)
49+
wanda -s l -t "/path/to/wallpapers"
4150
4251
```
4352
`wanda -h` for more details
@@ -50,7 +59,6 @@ wanda -sm -t "Meltt-Love Again" -f
5059
## Supported sources
5160

5261
- [4chan](https://boards.4chan.org) via [Rozen Arcana](https://archive-media.palanq.win)
53-
- [500px](https://500px.com)
5462
- [artstation](https://artstation.com)
5563
- [imgur](https://imgur.com) via [rimgo](https://rimgo.projectsegfau.lt)
5664
- [earthview](https://chromewebstore.google.com/detail/earth-view-from-google-ea/bhloflhklmhfpedakmangadcdofhnnoh)

0 commit comments

Comments
 (0)