Files
z-bar-qt/Greeter/Config/NotifConfig.qml
Zacharias-Brohn 6b482979fe greeter test
2026-03-18 23:39:37 +01:00

21 lines
458 B
QML

import Quickshell.Io
JsonObject {
property bool actionOnClick: false
property int appNotifCooldown: 0
property real clearThreshold: 0.3
property int defaultExpireTimeout: 5000
property int expandThreshold: 20
property bool expire: true
property int groupPreviewNum: 3
property bool openExpanded: false
property Sizes sizes: Sizes {
}
component Sizes: JsonObject {
property int badge: 20
property int image: 41
property int width: 400
}
}