mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-12 20:09:59 -05:00
12 lines
250 B
QML
12 lines
250 B
QML
import QtQuick
|
|
import Quickshell
|
|
import Quickshell.Io
|
|
|
|
JsonObject {
|
|
property JsonObject bar: JsonObject {
|
|
property list<var> leftWidgets: []
|
|
property list<var> centerWidgets: []
|
|
property list<var> rightWidgets: []
|
|
}
|
|
}
|