mirror of
https://github.com/belsabbagh/dotfiles.git
synced 2026-04-11 01:26:46 +00:00
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
|
|
}
|