ags: sync

This commit is contained in:
end-4
2024-02-05 13:20:00 +07:00
parent 14368314e5
commit 73c8454c1c
61 changed files with 1327 additions and 1220 deletions
+5 -1
View File
@@ -1,4 +1,8 @@
"use strict";
const gi = imports.gi;
const availableModules = Object.keys(gi);
print("Available modules: " + availableModules.join(', '));
// Import
import Gdk from 'gi://Gdk';
import App from 'resource:///com/github/Aylur/ags/app.js'
@@ -64,7 +68,7 @@ export default {
};
// Stuff that don't need to be toggled. And they're async so ugh...
// Bar().catch(print);
// Bar().catch(print); // Use this to debug the bar
forMonitors(Bar);
forMonitors(BarCornerTopleft);
forMonitors(BarCornerTopright);