add arbyd quickshell conf

This commit is contained in:
atagen 2025-07-21 00:53:00 +10:00
parent 63af9f8f3f
commit 8872a12d20
11 changed files with 867 additions and 0 deletions

View file

@ -0,0 +1,18 @@
pragma Singleton
import Quickshell
import Quickshell.Services.Notifications
Singleton {
NotificationServer {
id: notifications
actionsSupported: true
bodyHyperlinksSupported: true
// bodyImagesSupported: true
bodyMarkupSupported: true
imageSupported: true
onNotification: noti => {
}
}
}