1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-05 21:15:38 -05:00

top bar manual show/hide

This commit is contained in:
bbedward
2025-08-23 15:33:42 -04:00
parent b8a2a3d613
commit d706043c78
4 changed files with 133 additions and 2 deletions

View File

@@ -258,6 +258,35 @@ qs -c dms ipc call theme toggle
qs -c dms ipc call theme dark
```
## Target: `bar`
Top bar visibility control.
### Functions
**`show`**
- Show the top bar
- Returns: Success confirmation
**`hide`**
- Hide the top bar
- Returns: Success confirmation
**`toggle`**
- Toggle top bar visibility
- Returns: Success confirmation with current state
**`status`**
- Get current top bar visibility status
- Returns: "visible" or "hidden"
### Examples
```bash
qs -c dms ipc call bar toggle
qs -c dms ipc call bar hide
qs -c dms ipc call bar status
```
## Modal Controls
These targets control various modal windows and overlays.