Man page - yambar-decorations(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-decorations
NAMEDESCRIPTION
BACKGROUND
CONFIGURATION
EXAMPLES
UNDERLINE
CONFIGURATION
EXAMPLES
OVERLINE
CONFIGURATION
EXAMPLES
BORDER
CONFIGURATION
EXAMPLES
STACK
CONFIGURATION
EXAMPLES
SEE ALSO
NAME
yambar-decorations - configuration file
DESCRIPTION
Decorations are optional additions to particles, enabling you to e.g. change the background color of the entire particle, draw an underline and so on.
Decorations are applied to the particleโs margins as well.
All decorations define their own configuration attributes, and there are no common attributes.
BACKGROUND
This decoration sets the particles background color.
CONFIGURATION
EXAMPLES
content:
string:
deco:
background:
color: 00ff00ff
UNDERLINE
This decoration renders a line of configurable size and color at the bottom of the particle.
CONFIGURATION
EXAMPLES
content:
string:
deco:
underline:
size: 2
color: ff0000ff
OVERLINE
Similar to underline , this decoration renders a line of configurable size and color at the top of the particle.
CONFIGURATION
EXAMPLES
content:
string:
deco:
overline:
size: 2
color: ff0000ff
BORDER
This decoration renders a border of configurable size (i.e border width) around the particle.
CONFIGURATION
EXAMPLES
content:
string:
deco:
border:
size: 2
color: ff0000ff
STACK
This particles combines multiple decorations.
CONFIGURATION
No configuration attributes available. The stack is just a list of the decorations that should be combined.
EXAMPLES
content:
string:
deco:
stack:
- background: ...
- underline: ...
SEE ALSO
yambar-particles (5)