You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/wsh-reference.mdx
+15-2Lines changed: 15 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -287,7 +287,10 @@ Flags:
287
287
- `--color string` - set the badge color (CSS color name or hex)
288
288
- `--priority float` - set the badge priority (default 10; higher priority badges take precedence)
289
289
- `--clear` - remove the badge from the block or tab
290
-
- `--beep` - play the system bell sound when setting the badge
290
+
- `--sound string` - play a sound when setting the badge. Built-in presets: `system`, `chime`, `ping`, `gentle`. Also accepts a custom `.mp3` filename from `~/.waveterm/sounds/`
291
+
- `--beep` - alias for `--sound system` (plays the OS system bell)
292
+
- `--border` - show a persistent border highlight on the block (clears when the block is focused)
293
+
- `--border-color string` - border color override (defaults to `--color` value, then amber `#fbbf24`)
291
294
- `--pid int` - watch a PID and automatically clear the badge when it exits (sets default priority to 5)
292
295
- `-b, --block` - target a specific block or tab (same format as `getmeta`)
0 commit comments