diff options
Diffstat (limited to 'src/bardata.h')
| -rw-r--r-- | src/bardata.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bardata.h b/src/bardata.h index 9ad0d97..bfab709 100644 --- a/src/bardata.h +++ b/src/bardata.h @@ -19,6 +19,8 @@ typedef struct { char name[16]; char data[64]; int flags; + int margin_left; + int margin_right; color_t custom_fg, custom_bg; // if there are custom colors, these point to the above fields. Otherwise, it // will point to default_fg/bg. |
