Move from dunst to ags for notifications
This commit is contained in:
parent
fd6a627c11
commit
07ab459311
6 changed files with 145 additions and 4 deletions
|
|
@ -1,7 +1,9 @@
|
|||
import { Switch } from "./modules/workspace-switch.js";
|
||||
// import { Switch } from "./modules/workspace-switch.js";
|
||||
import { notificationPopup } from "./modules/notifications/notificationPopup.ts"
|
||||
|
||||
export default {
|
||||
style: App.configDir + '/modules/notifications/style.css',
|
||||
windows: [
|
||||
Switch(1)
|
||||
notificationPopup()
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue