import QtQuick import Quickshell import Quickshell.Io JsonObject { property JsonObject bar: JsonObject { property list leftWidgets: [["HWindowInfo"]] property list centerLeftWidgets: [["HTime"]] property list centerWidgets: [["HWorkspaces"]] property list centerRightWidgets: [["HBattery"]] property list rightWidgets: [] property bool m3ExpressiveGrouping: true } }