Files
illogical-impulse/dots/.config/quickshell/ii/modules/common/config/HeftyConfig.qml
T
2026-03-21 11:54:47 +01:00

15 lines
441 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
}
}