summaryrefslogtreecommitdiff
path: root/config/BorderConfig.qml
blob: b15811fdd937c314317a8e590ff5da4fb27c7cc6 (plain)
1
2
3
4
5
6
import Quickshell.Io

JsonObject {
    property int thickness: Appearance.padding.normal
    property int rounding: Appearance.rounding.large
}