screen saver(s)

This commit is contained in:
kepler155c@gmail.com
2019-11-02 12:25:00 -06:00
parent e1d05da20f
commit 4ce86a9e5a
10 changed files with 148 additions and 5 deletions

View File

@@ -6,6 +6,10 @@ local kernel = _G.kernel
local keyboard = device.keyboard
local multishell = _ENV.multishell
if not multishell then
return
end
local config = Config.load('secure', {
enabled = false,
timeout = 60,