balena-io-experimental / browser

A drop-in web browser block
98 stars 76 forks source link

Support screensaver / power-save mode #44

Closed sgrimm closed 3 years ago

sgrimm commented 3 years ago

It'd be nice if there were a config option to set an idle timer so the screen powers down if there's no user interaction for a certain amount of time.

phil-d-wilson commented 3 years ago

Hi @sgrimm - our balenaDash project uses this browser block, and adds in another container called Scheduler, which does exactly what you're looking for:

https://github.com/balenalabs/balena-dash/tree/master/scheduler

HTH