Files
python-scripts/README.md
2021-11-28 11:26:01 +00:00

17 lines
643 B
Markdown

# 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