{ "name": "SystemTrayStatus", "module": "Quickshell.Services.SystemTray", "type": "enum", "description": "Statis of a SystemTrayItem.", "details": "See {{< qmltypelink type=\"local\" module=\"Quickshell.Services.SystemTray\" name=\"SystemTrayItem\" mtype=\"prop\" mname=\"status\" >}}.\n", "variants": { "NeedsAttention": { "details": "An item that needs attention conveys very important information such as low battery.\n" }, "Active": { "details": "An active item may have information more important than a passive one and you probably do not want to hide it.\n" }, "Passive": { "details": "A passive item does not convey important information and can be considered idle. You may want to hide these.\n" } } }