mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-05-11 06:49:37 -04:00
feat(IPC): Add dbar toggleReveal logic for autohide modes
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user