Man page - yambar-modules-i3(5)
Packages contains this manual
- yambar-particles(5)
- yambar-modules-i3(5)
- yambar-modules-mpd(5)
- yambar-modules-mem(5)
- yambar-modules-script(5)
- yambar-modules-sway-xkb(5)
- yambar-modules-dwl(5)
- yambar-modules-cpu(5)
- yambar-tags(5)
- yambar(1)
- yambar-modules-sway(5)
- yambar-modules-network(5)
- yambar-modules-pulse(5)
- yambar-modules-foreign-toplevel(5)
- yambar-modules-xkb(5)
- yambar-modules-pipewire(5)
- yambar-modules(5)
- yambar-modules-backlight(5)
- yambar-modules-river(5)
- yambar-decorations(5)
- yambar-modules-battery(5)
- yambar-modules-disk-io(5)
- yambar-modules-alsa(5)
- yambar-modules-label(5)
- yambar(5)
- yambar-modules-clock(5)
- yambar-modules-removables(5)
apt-get install yambar
Manual
yambar-modules-i3
NAMEDESCRIPTION
TAGS
CONFIGURATION
EXAMPLES
SEE ALSO
NAME
i3 - This module monitors i3 and sway workspaces
DESCRIPTION
Unlike other modules where the content attribute is just a single particle , the i3 moduleβs content is an associative array mapping i3/sway workspace names to a particle.
You can add an empty workspace name, "" , as a catch-all workspace particle. The i3 module will fallback to this entry if it cannot find the workspace name in the content map.
It also recognizes the special name current , which always represents the currently focused workspace. On Sway, this can be used together with the application and title tags to replace the X11-only xwindow module.
TAGS
CONFIGURATION
EXAMPLES
This renders all workspace names, with an * indicating the currently focused one. It also renders the currently focused application name and window title.
bar:
left:
- i3:
content:
"":
map:
default: {string: {text: "{name}"}}
conditions:
state == focused: {string: {text: "{name}*"}}
current: { string: {text: "{application}:
{title}"}}
SEE ALSO
yambar-modules (5), yambar-particles (5), yambar-tags (5), yambar-decorations (5)