Files
z-bar-qt/Helpers/HasNotifications.qml
Zacharias-Brohn d56a0260fb formatter
2026-02-24 23:20:11 +01:00

17 lines
215 B
QML

pragma Singleton
import Quickshell
import Quickshell.Io
Singleton {
id: root
property alias hasNotifications: adapter.hasNotifications
JsonObject {
id: adapter
property bool hasNotifications: false
}
}