nosignal-shell/config/NotifsConfig.qml
2 * r + 2 * t 96429160c3 feat: user config file
Config file at `~/.config/caelestia/shell.json`
2025-06-15 18:08:45 +10:00

15 lines
372 B
QML

import Quickshell.Io
JsonObject {
property bool expire: false
property int defaultExpireTimeout: 3000
property real clearThreshold: 0.3
property int expandThreshold: 20
property bool actionOnClick: false
property JsonObject sizes: JsonObject {
property int width: 400
property int image: 41
property int badge: 20
}
}