yambar/particles
Leonardo Gibrowski Faé 2b103b7acd Implement conditions on tag
A condition is formed by:
    <tag> <op> <value>

<tag> is the normal yambar tag. <op> is one of '==', '!=', '<', '<=', '>', or
'>='. <value> is what you wish to compare it to.

'boolean' tags must be used directly. They falsehood is matched with '~':

    <tag>
    ~<tag>

Finally, to match an empty string, one must use ' "" ':
    <tag> <op> ""
2022-04-23 17:13:24 -03:00
..
dynlist.c particle/dynlist: don’t adjust spacing if all sub-items are zero-width 2021-08-25 18:48:15 +02:00
dynlist.h particle/dynlist: link particle-sdk PRIVATE:ly 2019-01-13 21:45:49 +01:00
empty.c Add support binding on-click handlers to other buttons than LEFT 2021-07-01 17:15:53 +02:00
list.c config: add inheritable option “font-shaping” 2022-02-23 18:43:13 +01:00
map.c Implement conditions on tag 2022-04-23 17:13:24 -03:00
meson.build meson: particles: data-driven foreach loop, and link map against dynlist 2020-11-25 20:41:09 +01:00
progress-bar.c config: add inheritable option “font-shaping” 2022-02-23 18:43:13 +01:00
ramp.c config: add inheritable option “font-shaping” 2022-02-23 18:43:13 +01:00
string.c config: add inheritable option “font-shaping” 2022-02-23 18:43:13 +01:00