diff options
Diffstat (limited to 'include/swaybar')
-rw-r--r-- | include/swaybar/config.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/swaybar/config.h b/include/swaybar/config.h index 700e6b60..fd7c6ec4 100644 --- a/include/swaybar/config.h +++ b/include/swaybar/config.h @@ -42,6 +42,12 @@ struct swaybar_config { struct wl_list outputs; // config_output::link bool all_outputs; int height; + struct { + int top; + int right; + int bottom; + int left; + } gaps; struct { uint32_t background; |