Initial commit
This commit is contained in:
commit
744e2063ae
22 changed files with 666 additions and 0 deletions
11
js/index.js
Normal file
11
js/index.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
async function initGreeter(){
|
||||
if (window.greeter_config?.greeter.debug_mode){
|
||||
// debug
|
||||
}
|
||||
setHostname();
|
||||
connectPowerActions();
|
||||
}
|
||||
|
||||
window.addEventListener("GreeterReady", () => {
|
||||
initGreeter();
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue