wip
This commit is contained in:
parent
32edcff102
commit
0296117901
110 changed files with 9713 additions and 5 deletions
13
config/BorderConfig.qml
Normal file
13
config/BorderConfig.qml
Normal file
|
@ -0,0 +1,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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue