bar: add margin properties to the border

This commit is contained in:
Daniel Eklöf 2019-02-17 15:45:02 +01:00
parent 12ef2569a4
commit 50d6afab6a
5 changed files with 33 additions and 0 deletions

View file

@ -28,6 +28,8 @@ struct bar_config {
struct {
int width;
struct rgba color;
int left_margin, right_margin;
int top_margin, bottom_margin;
} border;
struct {