Fork
Some checks failed
clang-format / lint (push) Has been cancelled
freebsd / build (push) Has been cancelled
linux / build (c++20, alpine) (push) Has been cancelled
linux / build (c++20, archlinux) (push) Has been cancelled
linux / build (c++20, debian) (push) Has been cancelled
linux / build (c++20, fedora) (push) Has been cancelled
linux / build (c++20, gentoo) (push) Has been cancelled
linux / build (c++20, opensuse) (push) Has been cancelled
Nix-Tests / nix-flake-check (push) Has been cancelled

This commit is contained in:
2025-10-09 22:05:52 -07:00
parent 559079e9a6
commit c5a7fae1d9
14 changed files with 138 additions and 20 deletions

View File

@ -17,6 +17,10 @@ Addressed by *river/mode*
default: {} ++
The format, how information should be displayed. On {} data gets inserted.
*hidden-modes*: ++
typeof: array ++
List of modes that should result in this module being hidden. Useful if you want to hide the default mode, for example.
*rotate*: ++
typeof: integer ++
Positive value to rotate the text label (in 90 degree increments).

View File

@ -50,10 +50,13 @@ Addressed by *river/tags*
- *#tags button.occupied*
- *#tags button.focused*
- *#tags button.urgent*
- *#tags button.current-view*
Note that occupied/focused/urgent status may overlap. That is, a tag may be
both occupied and focused at the same time.
The current view is set on all tags on which the current view is visible.
# SEE ALSO
waybar(5), river(1)

View File

@ -369,6 +369,10 @@ 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.
*toggle-signal*: ++
typeof: integer ++
If set, when waybar recives SIGRTMIN+N (where N is this value) it will toggle the visibility of the drawer.
```
"group/power": {
"orientation": "inherit",