quickshell-web/modules_old/Quickshell.Service.SystemTray/SystemTrayStatus.json
2024-09-28 02:35:19 +03:00

16 lines
528 B
JSON

{
"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"
}
}
}