blob: a69cf591035bdc1cf2184161ef0262f70f776cb3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
pragma Singleton
import "root:/services"
import Quickshell
import QtQuick
Singleton {
id: root
readonly property color colour: Colours.palette.m3surface
readonly property int thickness: Appearance.padding.normal
readonly property int rounding: Appearance.rounding.large
}
|