fix(agsV2): allow messages to lock config
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
fcb127ec84
commit
90717ba014
2 changed files with 5 additions and 1 deletions
|
@ -10,6 +10,10 @@ export default async() => {
|
|||
css: style,
|
||||
instanceName: 'lock',
|
||||
|
||||
requestHandler(js, res) {
|
||||
App.eval(js).then(res).catch(res);
|
||||
},
|
||||
|
||||
main: () => {
|
||||
Lockscreen();
|
||||
},
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
name = "lock";
|
||||
text = ''
|
||||
export CONF="lock"
|
||||
exec ${agsFull}/bin/ags --config ${fullConfPath} "$@"
|
||||
exec ${agsFull}/bin/ags --config ${fullConfPath} -i lock "$@"
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue