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

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