letsss GOOO

This commit is contained in:
2026-09-21 16:50:56 +02:00
commit 62e760f126
14 changed files with 1560 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
# Game Bar
An overlay for [DankMaterialShell](https://danklinux.com/docs/dankmaterialshell/plugins-overview).
## Widgets
| Widget | Contents |
|---|---|
| **Audio** | Master output volume + mute, output device switching, microphone volume + mute, input device switching |
| **Apps** | Per-application volume sliders with individual mute, app icon and what is playing |
| **Performance** | CPU (usage, temperature), memory (used / total), network (rx/tx), disk (root usage, read/write) |
### IPC commands
| Command | Effect |
|---|---|
| `dms ipc call gameBar toggle` | Toggle the overlay |
| `dms ipc call gameBar open` | Open the overlay |
| `dms ipc call gameBar close` | Close the overlay |
| `dms ipc call gameBar widget audio\|apps\|system` | Show/hide one widget |
| `dms ipc call gameBar resetLayout` | Forget all saved widget positions |
## Settings
Settings → Plugins → Game Bar (gear icon):
- **Background dimming** — how dark the desktop behind the overlay gets (0–95%).
- **Reset widget positions** — back to the default arrangement on every monitor.
## License
MIT