Man page - yambar-tags(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-tags
NAMEDESCRIPTION
FORMATTING
EXAMPLES
NAME
yambar-tags - configuration file
DESCRIPTION
Tags are the data carriers; it is through tags that modules expose their information. Each module defines its own set of tags.
The available tag types are:
FORMATTING
A tag may be followed by one or more formatters that alter the tags rendition.
Formatters are added by appending a β:β separated list of formatter names:
"{tag_name:max:hex}"
In the table below, "kind" describes the type of action performed by the formatter:
|
β’ |
format : changes the representation of the tagβs value |
|||
|
β’ |
selector : changes what to render |
In general, formatters of the same kind cannot be combined; if multiple formatters of the same kind are specified, the last one will be used.
EXAMPLES
|
β’ |
A numeric (float or int) tag with at least 3 digits, zero-padded if necessary: |
{tag:03}
|
β’ |
A float tag with 2 decimals: |
{tag:.2}
|
β’ |
A "byte count" tag in gigabytes: |
{tag:gib}GB