import QtQuick import Quickshell import Quickshell.Io JsonObject { property JsonObject bar: JsonObject { property list leftWidgets: ["HLeftSidebarButton", "HWindowInfo"] property list centerLeftWidgets: ["HTime"] property list centerWidgets: ["HWorkspaces"] property list centerRightWidgets: ["HResources"] property list rightWidgets: ["HSystemTray", "HSystemIndicators"] property bool m3ExpressiveGrouping: true property JsonObject resources: JsonObject { property bool showMemory: false property bool showRam: false property bool showSwap: false property bool showCpu: false } } }