chore: update ags and remove deprecated stuff

This commit is contained in:
end-4
2024-03-10 17:44:44 +07:00
parent ec4e8a9acc
commit 8b026d1d7d
6 changed files with 32 additions and 30 deletions
+2 -2
View File
@@ -57,7 +57,7 @@ const Windows = () => [
forMonitors((id) => Corner(id, 'bottom right')),
];
const CLOSE_ANIM_TIME = 210; // Longer than actual anim time to make sure widgets animate fully
export default {
App.config({
css: `${COMPILED_STYLE_DIR}/style.css`,
stackTraceOnError: true,
closeWindowDelay: { // For animations
@@ -66,7 +66,7 @@ export default {
'osk': CLOSE_ANIM_TIME,
},
windows: Windows().flat(1),
};
});
// Stuff that don't need to be toggled. And they're async so ugh...
// Bar().catch(print); // Use this to debug the bar. Single monitor only.