swaybar: move ipc stuff to ipc.{h,c}

This commit is contained in:
Mikkel Oscar Lyderik 2016-01-24 00:23:09 +01:00
parent a6349a2444
commit fcc47cb3bd
11 changed files with 359 additions and 301 deletions

View file

@ -26,11 +26,7 @@ struct swaybar_config {
bool binding_mode_indicator;
bool workspace_buttons;
int margin;
int ws_horizontal_padding;
double ws_vertical_padding;
int ws_spacing;
int text_height;
int height;
struct {
uint32_t background;