feat: added home assistant widget

This commit is contained in:
2026-09-21 17:48:09 +02:00
parent 62e760f126
commit e0a27e59b4
9 changed files with 1006 additions and 6 deletions
+7 -5
View File
@@ -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"
]
}