{ "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 `items` property.\n", "flags": [ "singleton" ], "properties": { "items": { "type": { "type": "qt", "module": "qml", "name": "list", "of": { "type": "local", "module": "Quickshell.Services.SystemTray", "name": "SystemTrayItem" } }, "details": "List of all system tray icons.\n", "flags": [ "readonly" ] } }, "functions": [], "signals": {} }