You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
186 B

#ifndef _SWAYBAR_IPC_H
#define _SWAYBAR_IPC_H
#include "swaybar/bar.h"
void ipc_get_config(struct swaybar *bar, const char *bar_id);
void handle_ipc_event(struct swaybar *bar);
#endif