waybar-river-tags - Man Page

river tags module

Description

The tags module displays the current state of tags in river.

Configuration

Addressed by river/tags

num-tags:
   typeof: uint
   default: 9
   The number of tags that should be displayed. Max 32.

tag-labels:
   typeof: array
   The label to display for each tag.

disable-click:
  typeof: bool
  default: false
  If set to false, you can left click to set focused tag. Right click to toggle tag focus. If set to true this behaviour is disabled.

Example

  "river/tags": {
      "num-tags": 5
  }

Style

  • #tags button
  • #tags button.occupied
  • #tags button.focused
  • #tags button.urgent

Note that occupied/focused/urgent status may overlap. That is, a tag may be both occupied and focused at the same time.

See Also

waybar(5), river(1)

Referenced By

waybar(5).

2023-01-21