swaybar: feactor render, statusline

This commit is contained in:
Mikkel Oscar Lyderik 2016-01-23 20:55:01 +01:00
parent bb986cb336
commit a6349a2444
8 changed files with 968 additions and 840 deletions

12
swaybar/render.h Normal file
View file

@ -0,0 +1,12 @@
#ifndef _SWAYBAR_RENDER_H
#define _SWAYBAR_RENDER_H
#include "config.h"
#include "state.h"
/**
* Render swaybar.
*/
void render(struct output *output, struct swaybar_config *config, struct status_line *line);
#endif /* _SWAYBAR_RENDER_H */