mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-14 12:59:58 -05:00
13 lines
313 B
QML
13 lines
313 B
QML
import QtQuick
|
|
import Quickshell
|
|
import Quickshell.Io
|
|
|
|
JsonObject {
|
|
property JsonObject bar: JsonObject {
|
|
property list<var> leftWidgets: []
|
|
property list<var> centerWidgets: [["Workspaces"]]
|
|
property list<var> rightWidgets: []
|
|
property bool m3ExpressiveGrouping: true
|
|
}
|
|
}
|