quickshell-web/modules_old/Quickshell.Service.SystemTray/SystemTrayStatus.json

16 lines
528 B
JSON
Raw Normal View History

2024-09-27 23:35:19 +00:00
{
"type": "enum",
"description": null,
"details": null,
"variants": {
"NeedsAttention": {
"details": "An item that needs attention conveys very important information such as low battery.\n"
},
"Passive": {
"details": "A passive item does not convey important information and can be considered idle. You may want to hide these.\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"
}
}
}