mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-16 08:15:40 +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
|
@ -1,7 +1,7 @@
|
|||
deco_sdk = declare_dependency(dependencies: [pixman, tllist, fcft])
|
||||
|
||||
decorations = []
|
||||
foreach deco : ['background', 'stack', 'underline']
|
||||
foreach deco : ['background', 'border', 'stack', 'underline']
|
||||
if plugs_as_libs
|
||||
shared_module('@0@'.format(deco), '@0@.c'.format(deco),
|
||||
dependencies: deco_sdk,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue