mirror of
https://github.com/belsabbagh/dotfiles.git
synced 2026-04-11 09:36:46 +00:00
11 lines
191 B
QML
11 lines
191 B
QML
import Quickshell.Io
|
|
|
|
JsonObject {
|
|
property Sizes sizes: Sizes {}
|
|
|
|
component Sizes: JsonObject {
|
|
property real heightMult: 0.7
|
|
property real detailsWidth: 500
|
|
}
|
|
}
|