mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-04 20:28:23 +02:00
21 lines
480 B
JSON
21 lines
480 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "omarchy.system-stats",
|
|
"name": "System stats",
|
|
"version": "1.0.0",
|
|
"author": "Omarchy",
|
|
"description": "CPU icon \u2014 hover for graphs, click to open btop",
|
|
"kinds": [
|
|
"bar-widget"
|
|
],
|
|
"entryPoints": {
|
|
"barWidget": "SystemStats.qml"
|
|
},
|
|
"barWidget": {
|
|
"displayName": "System stats",
|
|
"description": "CPU icon \u2014 hover for graphs, click to open btop",
|
|
"category": "System",
|
|
"allowMultiple": false
|
|
}
|
|
}
|