File tree 1 file changed +14
-6
lines changed
1 file changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -24,20 +24,29 @@ For issues installing pillow refer this [document](https://pillow.readthedocs.io
24
24
25
25
## Usage
26
26
```
27
- # Set randomly
27
+ # Set randomly (uses picsum)
28
28
wanda
29
29
30
- # Set from a keyword
30
+ # Set from a keyword (uses picsum)
31
31
wanda -t mountain
32
32
33
33
# Set from a source
34
34
wanda -s wallhaven
35
35
36
- # Set from a source
36
+ # Set from a source with keyword
37
37
wanda -s wallhaven -t japan
38
38
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"
41
50
42
51
```
43
52
` wanda -h ` for more details
@@ -50,7 +59,6 @@ wanda -sm -t "Meltt-Love Again" -f
50
59
## Supported sources
51
60
52
61
- [ 4chan] ( https://boards.4chan.org ) via [ Rozen Arcana] ( https://archive-media.palanq.win )
53
- - [ 500px] ( https://500px.com )
54
62
- [ artstation] ( https://artstation.com )
55
63
- [ imgur] ( https://imgur.com ) via [ rimgo] ( https://rimgo.projectsegfau.lt )
56
64
- [ earthview] ( https://chromewebstore.google.com/detail/earth-view-from-google-ea/bhloflhklmhfpedakmangadcdofhnnoh )
You can’t perform that action at this time.
0 commit comments