🔧 chore: use a different approach to compile stylesheets

also fixed promise calls not working(execAsync, subprocess), restored previous control center tile implementation temporarily
This commit is contained in:
retrozinndev
2025-08-12 14:30:47 -03:00
parent eb4b5a847f
commit 0191afef16
9 changed files with 179 additions and 482 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ export type WindowData = {
* Also contains util functions to create dynamic windows, opening the window only on focused
* monitor, or all available monitors!
*/
@register()
@register({ GTypeName: "Windows" })
class Windows extends GObject.Object {
private static instance: (Windows | null);