Man page - yambar-modules-river(5)

Packages contains this manual

Manual

yambar-modules-river

NAME
DESCRIPTION
TAGS (for the content particle)
TAGS (for the title particle)
CONFIGURATION
EXAMPLES
SEE ALSO

NAME

river - This module provides information about the river tags

DESCRIPTION

This module uses river’s (https://github.com/ifreund/river, a dynamic tiling Wayland compositor) status protocol to provide information about the river tags.

It has an interface similar to the i3/sway module.

The configuration for the river module specifies one title particle, which will be instantiated once for each seat, with tags representing the seats’ name, the title of the seats’ currently focused view, and its current river "mode".

It also specifies a content template particle, which is instantiated once for all 32 river tags. This means you probably want to use a map particle to hide unused river tags.

TAGS (for the content particle)

Image grohtml-4168656-1.png

TAGS (for the title particle)

Image grohtml-4168656-2.png

CONFIGURATION

Image grohtml-4168656-3.png

EXAMPLES

bar:
left:
- river:
title: {string: { text: "{seat} - {title} ({layout}/{mode})" }}
content:
map:
conditions:
˜occupied: {empty: {}}
occupied:
string:
margin: 5
text: "{id}: {state}"

SEE ALSO

yambar-modules (5), yambar-particles (5), yambar-tags (5), yambar-decorations (5)