♻️ ags(runner): organize files separately from the main shell stuff

This commit is contained in:
retrozinndev
2025-03-12 22:11:18 -03:00
parent 65143468c5
commit 52cfd114d7
13 changed files with 62 additions and 109 deletions
+6
View File
@@ -134,6 +134,12 @@ class Notifications extends GObject.Object {
this.emit("notification-removed", notification.id);
}
public toggleDoNotDisturb(): boolean {
if(AstalNotifd.get_default().dontDisturb) {
}
}
connect(signal: string, callback: (...args: any[]) => void): number {
return super.connect(signal, callback);
}