diff options
| author | iamcheeseman <[hidden email]> | 2026-03-02 19:11:51 -0500 |
|---|---|---|
| committer | iamcheeseman <[hidden email]> | 2026-03-02 19:11:51 -0500 |
| commit | bc7a3fa5770ad43c0715a5a78afbf9a1a9fedbb5 (patch) | |
| tree | 1eb08b5fa273916172505be0a3bc423144fe9ad8 /src/bardata.h | |
| parent | b1df65a9325f95c09b85c2cd5483e198c909b4e3 (diff) | |
Add padding to components
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. |
