forked from Shinonome/dots-hyprland
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: []
|
|
}
|
|
}
|