NobodyXu/swaystatus

[Refactor] Simplify all `init_*` to only accept param 'void *config`

NobodyXu opened this issue · 0 comments

Currently, different init_* has different parameter and swaystatus.c has to take care of it.

It is better to decoupling swaystatus.c and print_*.cc.