feat(greetd): use astal instead of ags

This commit is contained in:
matt1432 2024-03-24 13:54:33 -04:00
parent 9bceac68cd
commit 3f0d4bb691
12 changed files with 153 additions and 191 deletions
modules/ags/config/js

View file

@ -41,9 +41,7 @@ export const transpileTypeScript = async(host) => {
`> ${outPath}`,
]).catch(print);
if (host !== 'greeter') {
watchAndCompileSass(host);
}
watchAndCompileSass(host);
return await import(`file://${outPath}`);
};