mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -05:00
15 lines
449 B
QML
15 lines
449 B
QML
import QtQuick
|
|
import Quickshell
|
|
import Quickshell.Io
|
|
|
|
JsonObject {
|
|
property JsonObject bar: JsonObject {
|
|
property list<var> leftWidgets: [["HWindowInfo"]]
|
|
property list<var> centerLeftWidgets: [["HTime"]]
|
|
property list<var> centerWidgets: [["HWorkspaces"]]
|
|
property list<var> centerRightWidgets: [["HBattery"]]
|
|
property list<var> rightWidgets: []
|
|
property bool m3ExpressiveGrouping: true
|
|
}
|
|
}
|