mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-24 02:55:39 +02:00
overline: new decoration
Similar to the ‘underline’ decoration
This commit is contained in:
parent
6ac046dec3
commit
605490c872
5 changed files with 111 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
deco_sdk = declare_dependency(dependencies: [pixman, tllist, fcft])
|
||||
|
||||
decorations = []
|
||||
foreach deco : ['background', 'border', 'stack', 'underline']
|
||||
foreach deco : ['background', 'border', 'stack', 'underline', 'overline']
|
||||
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