Add ags stuff, but will probably redo entirely
This commit is contained in:
20
config/general/ags/notifications/handler.ts
Normal file
20
config/general/ags/notifications/handler.ts
Normal file
@@ -0,0 +1,20 @@
|
||||
/*
|
||||
* dotfiles - handler.ts
|
||||
*
|
||||
* Created by Janis Hutz 03/21/2025, Licensed under the GPL V3 License
|
||||
* https://janishutz.com, development@janishutz.com
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
// Handle incoming notifications and keep a list that can be consumed by
|
||||
// other parts of the astal setup
|
||||
|
||||
import Notifd from "gi://AstalNotifd";
|
||||
const notifd = Notifd.get_default();
|
||||
const notifications: Notifd.Notification[] = [];
|
||||
|
||||
notifd.connect( 'notified', ( _, id ) => {
|
||||
|
||||
} );
|
||||
|
0
config/general/ags/notifications/notifications.scss
Normal file
0
config/general/ags/notifications/notifications.scss
Normal file
0
config/general/ags/notifications/notifications.tsx
Normal file
0
config/general/ags/notifications/notifications.tsx
Normal file
Reference in New Issue
Block a user