Skip to content
Isaac Freund edited this page Aug 19, 2021 · 11 revisions

Tags

The tags module displays the current tag state of river.

Config

Addressed by river/tags

option typeof default description
num-tags integer 9 The number of tags that should be displayed. Max 32.
tag-labels array The label to display for each tag.

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.

Clone this wiki locally