feat(group): add reveal-by-default option

This commit is contained in:
ErrorNoInternet
2025-08-15 12:25:38 +08:00
parent c8484ebb1d
commit 2e23147215
2 changed files with 15 additions and 1 deletions
+5
View File
@@ -322,6 +322,11 @@ A group may hide all but one element, showing them only on mouse hover. In order
Defines the direction of the transition animation. If true, the hidden elements will slide from left to right. If false, they will slide from right to left.
When the bar is vertical, it reads as top-to-bottom.
*reveal-by-default*: ++
typeof: bool ++
default: false ++
Whether the child should be revealed when Waybar starts up. This has to be used with click-to-reveal to take effect.
```
"group/power": {
"orientation": "inherit",