mirror of
https://github.com/swaywm/sway.git
synced 2026-05-04 06:46:25 -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();
|
|
|
|
}
|
|
|