Merge pull request #3436 from lilly-lizard/river-tags-monitor-focus

river/tags: Allow river tags to be styled based on monitor focus
This commit is contained in:
Alexis Rouillard
2026-07-03 22:42:34 +02:00
committed by GitHub
6 changed files with 85 additions and 7 deletions
+2 -1
View File
@@ -46,8 +46,9 @@ Addressed by *dwl/tags*
- *#tags button.empty*
- *#tags button.focused*
- *#tags button.urgent*
- *#tags button.output*
Note that occupied/focused/urgent status may overlap. That is, a tag may be
Note that occupied/focused/urgent/output status may overlap. That is, a tag may be
both occupied and focused at the same time.
# SEE ALSO
+4 -1
View File
@@ -50,10 +50,13 @@ Addressed by *river/tags*
- *#tags button.occupied*
- *#tags button.focused*
- *#tags button.urgent*
- *#tags button.output*
Note that occupied/focused/urgent status may overlap. That is, a tag may be
Note that occupied/focused/urgent/output status may overlap. That is, a tag may be
both occupied and focused at the same time.
The *output* style is applied when the river output (e.g. monitor) of the current bar is focused.
# SEE ALSO
waybar(5), river(1)