7 lines
121 B
TypeScript
7 lines
121 B
TypeScript
import AstalNotifd from "gi://AstalNotifd"
|
|
|
|
const notifd = AstalNotifd.get_default()
|
|
const getNotifications = () => {
|
|
|
|
}
|