9 lines
165 B
QML
9 lines
165 B
QML
import Quickshell.Io
|
|
|
|
JsonObject {
|
|
property JsonObject sizes: JsonObject {
|
|
property real heightMult: 0.7
|
|
property real detailsWidth: 500
|
|
}
|
|
}
|