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

17 lines
234 B
QML

pragma Singleton
import Quickshell.Io
import Quickshell
Singleton {
id: root
property alias notifPath: storage.notifPath
JsonAdapter {
id: storage
property string notifPath: Quickshell.statePath("notifications.json")
}
}