modules
|
module/battery: monitors battery state and capacity
|
2018-12-16 15:58:17 +01:00 |
particles
|
particle/map: left/right margin on a map doesn't make any sense
|
2018-12-15 19:16:55 +01:00 |
.gitignore
|
initial commit: wip
|
2018-11-17 11:30:33 +01:00 |
bar.c
|
bar: make location configurable (top or bottom)
|
2018-11-17 11:54:14 +01:00 |
bar.h
|
bar: make location configurable (top or bottom)
|
2018-11-17 11:54:14 +01:00 |
CMakeLists.txt
|
module/battery: monitors battery state and capacity
|
2018-12-16 15:58:17 +01:00 |
color.h
|
initial commit: wip
|
2018-11-17 11:30:33 +01:00 |
config.c
|
config: remove debug
|
2018-12-16 15:58:35 +01:00 |
config.h
|
initial commit: wip
|
2018-11-17 11:30:33 +01:00 |
font.c
|
initial commit: wip
|
2018-11-17 11:30:33 +01:00 |
font.h
|
initial commit: wip
|
2018-11-17 11:30:33 +01:00 |
main.c
|
main: remove ifdef
|
2018-12-13 19:05:52 +01:00 |
module.c
|
module: add a 'private' member to expose context
|
2018-11-17 17:14:53 +01:00 |
module.h
|
module: add a 'private' member to expose context
|
2018-11-17 17:14:53 +01:00 |
particle.c
|
initial commit: wip
|
2018-11-17 11:30:33 +01:00 |
particle.h
|
initial commit: wip
|
2018-11-17 11:30:33 +01:00 |
tag.c
|
tag: add as_int(), as_bool() and as_float()
|
2018-11-18 11:11:50 +01:00 |
tag.h
|
tag: add as_int(), as_bool() and as_float()
|
2018-11-18 11:11:50 +01:00 |
tllist.h
|
tllist: cast away const in tll_{r,}foreach()
|
2018-12-15 11:46:34 +01:00 |
xcb.c
|
xcb: no need to heap allocate a buffer for the vendor string
|
2018-11-17 13:36:09 +01:00 |
xcb.h
|
xcb: add xcb_init(): checks the x server + extensions, and caches atoms
|
2018-11-17 11:47:34 +01:00 |
yml.c
|
yml: use tllists to represent dictionaries and lists
|
2018-12-15 12:52:12 +01:00 |
yml.h
|
initial commit: wip
|
2018-11-17 11:30:33 +01:00 |