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

16 lines
448 B
JSON

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