mirror of
https://github.com/swaywm/sway.git
synced 2025-10-29 05:40:18 -04:00
swaybar: move i3bar definitions into separate file
This commit is contained in:
parent
bcd2a8fe12
commit
751bb4a376
6 changed files with 43 additions and 29 deletions
|
|
@ -16,12 +16,13 @@
|
|||
#else
|
||||
#include <linux/input-event-codes.h>
|
||||
#endif
|
||||
#include "swaybar/render.h"
|
||||
#include "swaybar/bar.h"
|
||||
#include "swaybar/config.h"
|
||||
#include "swaybar/event_loop.h"
|
||||
#include "swaybar/status_line.h"
|
||||
#include "swaybar/bar.h"
|
||||
#include "swaybar/i3bar.h"
|
||||
#include "swaybar/ipc.h"
|
||||
#include "swaybar/status_line.h"
|
||||
#include "swaybar/render.h"
|
||||
#include "ipc-client.h"
|
||||
#include "list.h"
|
||||
#include "log.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue