From fcc47cb3bddd20a2fd068a4e486415112e4d4d20 Mon Sep 17 00:00:00 2001 From: Mikkel Oscar Lyderik Date: Sun, 24 Jan 2016 00:23:09 +0100 Subject: swaybar: move ipc stuff to ipc.{h,c} --- swaybar/config.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'swaybar/config.h') diff --git a/swaybar/config.h b/swaybar/config.h index 5cda97e6..ee06668e 100644 --- a/swaybar/config.h +++ b/swaybar/config.h @@ -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; -- cgit v1.2.3-54-g00ecf