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: ["HResources"] property list rightWidgets: [] property bool m3ExpressiveGrouping: true } }