diff options
author | Mikkel Oscar Lyderik <mikkeloscar@gmail.com> | 2016-01-24 00:23:09 +0100 |
---|---|---|
committer | Mikkel Oscar Lyderik <mikkeloscar@gmail.com> | 2016-01-24 14:22:19 +0100 |
commit | fcc47cb3bddd20a2fd068a4e486415112e4d4d20 (patch) | |
tree | e75ee1a9a744f6954ae8b2a53c69b8de0c0391a4 /swaybar/config.h | |
parent | a6349a2444571624c792ca222dff57c7f1711c71 (diff) |
swaybar: move ipc stuff to ipc.{h,c}
Diffstat (limited to 'swaybar/config.h')
-rw-r--r-- | swaybar/config.h | 6 |
1 files changed, 1 insertions, 5 deletions
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; |