nichts/modules/style/quickshell/shell/services/Notification.qml

21 lines
376 B
QML
Raw Normal View History

2025-06-26 20:46:50 +02:00
pragma Singleton
pragma ComponentBehavior: Bound
import QtQuick
import Quickshell
import Quickshell.Io
import Quickshell.Services.Notifications
/**
* Provides extra features not in Quickshell.Services.Notifications:
* - Persistent storage
* - Popup notifications, with timeout
* - Notification groups by app
*/
Singleton {
id: root
NotificationServer {
}
}