1# Simpletimed
2
3`simpletimed` can be used for parsing the STW file format and for running an event loop for setting the wallpaper, given a function with this signature:
4
5```go
6func(string) error
7```
8
9Where the given string is the image filename to be set.
10
11## The Simple Timed Wallpaper Format
12
13STW is a format for a configuration file that specifies in which time ranges wallpapers should change from one to another, and with which transition.
14
15It's a similar to the GNOME timed wallpaper XML format, but much simpler and less verbose.
16