Shows clock, date and notifications on a black background instead of turning off the display on the lock screen
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO-M-008 warning
extensions using unlock-dialog must document it in disable() comments
Extensions using `unlock-dialog` should document the reason in `disable()` comments.
extension.js:696
disable() {
// GNOME calls disable() on the switch to the lock screen, where AOD
// must keep running — clean up only once the session leaves it.
if (!Main.sessionMode.isLocked && this._aod) {
this._aod.disable();
this._aod = null;
}
}