mirror of
https://github.com/swaywm/sway.git
synced 2025-11-01 22:58:41 -04:00
swaybar: feactor render, statusline
This commit is contained in:
parent
bb986cb336
commit
a6349a2444
8 changed files with 968 additions and 840 deletions
12
swaybar/render.h
Normal file
12
swaybar/render.h
Normal 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 */
|
||||
Loading…
Add table
Add a link
Reference in a new issue