forked from external/yambar
particle/map: new particle; maps a tag value to a particle
This particle is basically a dictionary mapping tag values to particles.
This commit is contained in:
parent
cc457be4d8
commit
92c9593ff5
4 changed files with 129 additions and 2 deletions
|
@ -27,6 +27,7 @@ add_executable(foobar
|
|||
|
||||
particles/string.c particles/string.h
|
||||
particles/list.c particles/list.h
|
||||
particles/map.c particles/map.h
|
||||
|
||||
modules/label/label.c modules/label/label.h
|
||||
modules/clock/clock.c modules/clock/clock.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue