7 lines
144 B
QML
7 lines
144 B
QML
import Quickshell.Io
|
|
|
|
JsonObject {
|
|
property int thickness: Appearance.padding.normal
|
|
property int rounding: Appearance.rounding.large
|
|
}
|