30 lines
810 B
JSON
30 lines
810 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/AvengeMedia/DankMaterialShell/master/quickshell/PLUGINS/plugin-schema.json",
|
|
"id": "gameBar",
|
|
"name": "Game Bar",
|
|
"description": "Game Bar style overlay with movable widgets for quick settings and controls",
|
|
"version": "2.5.0",
|
|
"license": "MIT",
|
|
"author": "keule2",
|
|
"icon": "sports_esports",
|
|
"type": "composite",
|
|
"capabilities": [
|
|
"daemon",
|
|
"dankbar-widget",
|
|
"control-center",
|
|
"ipc"
|
|
],
|
|
"components": {
|
|
"daemon": "./GameBarDaemon.qml",
|
|
"widget": "./GameBarBarWidget.qml"
|
|
},
|
|
"settings": "./GameBarSettings.qml",
|
|
"requires_dms": ">=1.5.0",
|
|
"permissions": [
|
|
"settings_read",
|
|
"settings_write",
|
|
"process",
|
|
"network"
|
|
]
|
|
}
|