parent
fcb127ec84
commit
90717ba014
2 changed files with 5 additions and 1 deletions
nixosModules/ags-v2
|
@ -10,6 +10,10 @@ export default async() => {
|
||||||
css: style,
|
css: style,
|
||||||
instanceName: 'lock',
|
instanceName: 'lock',
|
||||||
|
|
||||||
|
requestHandler(js, res) {
|
||||||
|
App.eval(js).then(res).catch(res);
|
||||||
|
},
|
||||||
|
|
||||||
main: () => {
|
main: () => {
|
||||||
Lockscreen();
|
Lockscreen();
|
||||||
},
|
},
|
||||||
|
|
|
@ -36,7 +36,7 @@
|
||||||
name = "lock";
|
name = "lock";
|
||||||
text = ''
|
text = ''
|
||||||
export CONF="lock"
|
export CONF="lock"
|
||||||
exec ${agsFull}/bin/ags --config ${fullConfPath} "$@"
|
exec ${agsFull}/bin/ags --config ${fullConfPath} -i lock "$@"
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue