1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-05-10 22:39:37 -04:00

feat(IPC): Add dbar toggleReveal logic for autohide modes

This commit is contained in:
purian23
2026-05-09 23:49:25 -04:00
parent c6a1473d2f
commit 1ec0311086
5 changed files with 62 additions and 3 deletions

View File

@@ -396,6 +396,10 @@ Top bar visibility control.
- Toggle top bar visibility
- Returns: Success confirmation with current state
**`toggleReveal`**
- Toggle the runtime reveal/tuck state for an autohidden bar
- Returns: Success confirmation with current reveal state
**`status`**
- Get current top bar visibility status
- Returns: "visible" or "hidden"
@@ -403,6 +407,7 @@ Top bar visibility control.
### Examples
```bash
dms ipc call bar toggle
dms ipc call bar toggleReveal index 0
dms ipc call bar hide
dms ipc call bar status
```