add arbyd quickshell conf
This commit is contained in:
parent
55fdbf0217
commit
c33b079159
11 changed files with 867 additions and 0 deletions
18
desktop/quickshell/noti/Noti.qml
Normal file
18
desktop/quickshell/noti/Noti.qml
Normal 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 => {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue