yambar-decorations - configuration file
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.
This decoration sets the particles background color.
content:
string:
deco:
background:
color: 00ff00ff
This decoration renders a line of configurable size and color at the bottom of the particle.
content:
string:
deco:
underline:
size: 2
color: ff0000ff
Similar to underline, this decoration renders a line of configurable size and color at the top of the particle.
content:
string:
deco:
overline:
size: 2
color: ff0000ff
This decoration renders a border of configurable size (i.e border width) around the particle.
content:
string:
deco:
border:
size: 2
color: ff0000ff
This particles combines multiple decorations.
No configuration attributes available. The stack is just a list of the decorations that should be combined.
content:
string:
deco:
stack:
- background: ...
- underline: ...
yambar-particles(5)