summaryrefslogtreecommitdiff
path: root/config/BorderConfig.qml
blob: 7e95054e7f7f8a7a47ac0d9058d77855bf9267dd (plain)
1
2
3
4
5
6
7
8
9
import "root:/services"
import Quickshell.Io
import QtQuick

JsonObject {
    property color colour: Colours.palette.m3surface
    property int thickness: Appearance.padding.normal
    property int rounding: Appearance.rounding.large
}