Updated Screen saver options (markdown)

master
Alan 6 years ago
parent a7854f79fc
commit 097e3cd688

@ -4,26 +4,32 @@ Options for suspended status can be access through menu (Menu-Gear icon-Screensa
Options with settings are:
suspend_screensaver_type = "random_image" or "single", "message", "cover", "bookstatus", "readingprogress", "disable",
**suspend_screensaver_type** = "random_image" or "single", "message", "cover", "bookstatus", "readingprogress", "disable",
suspend_screensaver_dir = "path to same as screensaver_dir or alternate dir for poweroff image(s)",
**suspend_screensaver_dir** = "path to same as screensaver_dir or alternate dir for poweroff image(s)",
suspend_screensaver_message = "message to use instead of Suspended",
**suspend_screensaver_message** = "message to use instead of Suspended",
poweroff_screensaver_type = "random_image" or "single", "message", "cover", "bookstatus", "readingprogress", "disable",
**poweroff_screensaver_type** = "random_image" or "single", "message", "cover", "bookstatus", "readingprogress", "disable",
poweroff_screensaver_dir = "path to same as screensaver_dir or alternate dir for poweroff image(s)",
**poweroff_screensaver_dir** = "path to same as screensaver_dir or alternate dir for poweroff image(s)",
poweroff_screensaver_message = "message to use instead of Powered off",
**poweroff_screensaver_message** = "message to use instead of Powered off",
reboot_screensaver_type = "random_image" or "single", "message", "cover", "bookstatus", "readingprogress", "disable",
**reboot_screensaver_type** = "random_image" or "single", "message", "cover", "bookstatus", "readingprogress", "disable",
reboot_screensaver_dir = "path to same as screensaver_dir or alternate dir for reboot image(s)",
**reboot_screensaver_dir** = "path to same as screensaver_dir or alternate dir for reboot image(s)",
reboot_screensaver_message = "message to use instead of Rebooting...",
**reboot_screensaver_message** = "message to use instead of Rebooting...",
The next ones are Kobo only:
auto_suspend_timeout_seconds = value in seconds
ignore_power_sleepcover = true/false
Before editing settings.reader.lua it is best to make backup copy. When editing follow syntax rules, as errors in syntax will cause deletion of settings.reader.lua file and creating new one with default settings.
**auto_suspend_timeout_seconds** = value in seconds
**ignore_power_sleepcover** = true/false
Before editing settings.reader.lua it is best to make backup copy. When editing follow syntax rules, as errors in syntax will cause deletion of settings.reader.lua file and creating new one with default settings.
Example settings within settings.reader.lua:
> ["auto_suspend_timeout_seconds"] = 900,

Loading…
Cancel
Save