mirror of
https://github.com/belsabbagh/dotfiles.git
synced 2026-08-09 20:47:55 +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
|
|
}
|