feat: added home assistant widget
This commit is contained in:
+7
-5
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"$schema": "https://github.com/AvengeMedia/DankMaterialShell/raw/refs/heads/master/PLUGINS/plugin-schema.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 quick actions and system monitoring",
|
||||
"version": "1.0.0",
|
||||
"description": "Game Bar style overlay with movable widgets for quick settings and controls",
|
||||
"version": "2.0.0",
|
||||
"license": "MIT",
|
||||
"author": "keule",
|
||||
"author": "keule2",
|
||||
"icon": "sports_esports",
|
||||
"type": "daemon",
|
||||
"capabilities": [
|
||||
@@ -17,6 +17,8 @@
|
||||
"requires_dms": ">=1.5.0",
|
||||
"permissions": [
|
||||
"settings_read",
|
||||
"settings_write"
|
||||
"settings_write",
|
||||
"process",
|
||||
"network"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user