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