I have this vague memory :-) that it used to be possible to do "random" sleep bitmap changes. An online and forum search didn't turn up any possibilties.
I know that the normal sleep bitmap is specified on the "suspend" line in Settings.toml:
Code:
# Defines the images displayed when entering an intermission.
# Possible values: "logo:", "cover:", "/path/to/image/file".
# If a relative file path is given, it will be relative to
# the installation directory.
[intermissions]
suspend = "logo:"
power-off = "logo:"
share = "logo:"
Is it possible to run a script from the "suspend" line? If so, I was unable to get it to work :-)
Thanks!
Dan