View Single Post
Old 01-13-2018, 05:06 PM   #1
Eithrial
Enthusiast
Eithrial knows the difference between 'who' and 'whom'Eithrial knows the difference between 'who' and 'whom'Eithrial knows the difference between 'who' and 'whom'Eithrial knows the difference between 'who' and 'whom'Eithrial knows the difference between 'who' and 'whom'Eithrial knows the difference between 'who' and 'whom'Eithrial knows the difference between 'who' and 'whom'Eithrial knows the difference between 'who' and 'whom'Eithrial knows the difference between 'who' and 'whom'Eithrial knows the difference between 'who' and 'whom'Eithrial knows the difference between 'who' and 'whom'
 
Posts: 25
Karma: 10000
Join Date: Jan 2013
Device: Kindle PW
Different screensaver for sleep and power-off on Kobo Aura One

I want to set different screensavers depending on whether device is in sleep mode or it is powered off. I tried to use some hints from https://github.com/koreader/koreader...ment-261726070 but I could not work it out. Even when I put is settings file only
Code:
return {
    ["use_lastfile_as_screensaver"] = false,
    ["suspend_screensaver"] = {
        ["message"] = "Sleeping"
    },
    ["poweroff_screensaver"] = {
        ["message"] = "Powered off"
    }
}
It still doesn't work. Is it some KA1 bug or am I doing something wron?
Eithrial is offline   Reply With Quote