mirror of
https://github.com/swaywm/sway.git
synced 2025-04-05 03:47:54 +03:00
Implements swaynagbar
This commit is contained in:
parent
abf33468c1
commit
88bc4b528e
8 changed files with 857 additions and 0 deletions
6
include/swaynagbar/render.h
Normal file
6
include/swaynagbar/render.h
Normal file
|
@ -0,0 +1,6 @@
|
|||
#ifndef _SWAY_NAGBAR_RENDER_H
|
||||
#define _SWAY_NAGBAR_RENDER_H
|
||||
|
||||
void render_frame(struct sway_nagbar *nagbar);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue