import QtQuick import Quickshell import Quickshell.Io JsonObject { property JsonObject bar: JsonObject { property list leftWidgets: [] property list centerWidgets: [["Workspaces"]] property list rightWidgets: [] property bool m3ExpressiveGrouping: true } }