mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-15 16:05:38 +02:00
deco: new decoration, ‘border’
Kind of like “underline”, but draws a border around the entire particle.
This commit is contained in:
parent
c9abb6b98f
commit
f0782d5124
4 changed files with 97 additions and 1 deletions
2
plugin.c
2
plugin.c
|
@ -58,6 +58,7 @@ EXTERN_PARTICLE(ramp);
|
|||
EXTERN_PARTICLE(string);
|
||||
|
||||
EXTERN_DECORATION(background);
|
||||
EXTERN_DECORATION(border);
|
||||
EXTERN_DECORATION(stack);
|
||||
EXTERN_DECORATION(underline);
|
||||
|
||||
|
@ -144,6 +145,7 @@ init(void)
|
|||
REGISTER_CORE_PARTICLE(string, string);
|
||||
|
||||
REGISTER_CORE_DECORATION(background, background);
|
||||
REGISTER_CORE_DECORATION(border, border);
|
||||
REGISTER_CORE_DECORATION(stack, stack);
|
||||
REGISTER_CORE_DECORATION(underline, underline);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue