{ "name": "SystemTray", "module": "Quickshell.Services.SystemTray", "type": "class", "super": { "type": "qt", "module": "qml.QtQml", "name": "QtObject" }, "description": "System tray", "details": "Referencing the SystemTray singleton will make quickshell start tracking\nsystem tray contents, which are updated as the tray changes, and can be\naccessed via the {{< qmltypelink type=\"\" module=\"\" name=\"\" mtype=\"prop\" mname=\"items\" >}} property.\n", "flags": [ "singleton" ], "properties": { "items": { "type": { "type": "local", "module": "Quickshell", "name": "ObjectModel", "of": { "type": "local", "module": "Quickshell.Services.SystemTray", "name": "SystemTrayItem" } }, "details": "List of all system tray icons.\n", "flags": [ "readonly" ] } }, "functions": [], "signals": {}, "variants": {} }