mirror of
https://github.com/swaywm/sway.git
synced 2026-07-05 00:06:04 -04:00
8 lines
113 B
C
8 lines
113 B
C
#include "swaybar/bar.h"
|
|
#include "swaybar/tray/dbus.h"
|
|
|
|
void tray_init(struct swaybar *bar) {
|
|
dbus_init();
|
|
|
|
}
|
|
|