Skip to content
Isaac Freund edited this page Jun 15, 2020 · 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.

Example:

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

Style

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

Note that a tag can be both occupied and focused at the same time.

Clone this wiki locally