Add create_gnome_slideshow
This commit is contained in:
16
README.md
16
README.md
@@ -1,3 +1,17 @@
|
||||
# Python Scripts
|
||||
|
||||
Useful Python scripts :)
|
||||
Useful Python scripts :)
|
||||
|
||||
## Scripts
|
||||
### create_gnome_slideshow.py
|
||||
Usage:
|
||||
```bash
|
||||
python3 create_gnome_slideshow.py [-r] [--name SlideshowName] [--xmlpath /path/to/save/xml] /path/to/images/folder
|
||||
```
|
||||
|
||||
This script generates the XML files required to add a slideshow of images to GNOME desktop:
|
||||
- An XML file declaring the slideshow name and options
|
||||
- This will always be created at `$HOME/.local/share/gnome-background-properties/slideshow-name.xml`
|
||||
- An XML file containin the images to use.
|
||||
- This is created at the `xmlpath` argument location
|
||||
- It will create an entry for all of the images in the given folder
|
||||
Reference in New Issue
Block a user