1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-06 05:25:41 -05:00

IPCs for dash

This commit is contained in:
bbedward
2025-09-09 22:56:19 -04:00
parent 5bb489f3c4
commit 5a9c80540e
4 changed files with 81 additions and 13 deletions

View File

@@ -467,6 +467,19 @@ Notepad/scratchpad modal control for quick note-taking.
- `close` - Hide notepad modal
- `toggle` - Toggle notepad modal visibility
### Target: `dash`
Dashboard popup control with tab selection for overview, media, and weather information.
**Functions:**
- `open [tab]` - Show dashboard popup with optional tab selection
- Parameters: `tab` - Optional tab to open: "" (default), "overview", "media", or "weather"
- Returns: Success/failure message
- `close` - Hide dashboard popup
- Returns: Success/failure message
- `toggle [tab]` - Toggle dashboard popup visibility with optional tab selection
- Parameters: `tab` - Optional tab to open when showing: "" (default), "overview", "media", or "weather"
- Returns: Success/failure message
### Target: `file`
File browser controls for selecting wallpapers and profile images.
@@ -500,6 +513,11 @@ dms ipc call powermenu toggle
# Open notepad
dms ipc call notepad toggle
# Show dashboard with specific tabs
dms ipc call dash open overview
dms ipc call dash toggle media
dms ipc call dash open weather
# Open file browsers
dms ipc call file browse wallpaper
dms ipc call file browse profile