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

16 lines
448 B
JSON
Raw Normal View History

2024-09-27 23:35:19 +00:00
{
"type": "enum",
"description": null,
"details": null,
"variants": {
"ApplicationStatus": {
"details": "The fallback category for general applications or anything that does\nnot fit into a different category.\n"
},
"SystemServices": {
"details": "System services such as IMEs or disk indexing.\n"
},
"Hardware": {
"details": "Hardware controls like battery indicators or volume control.\n"
}
}
}