mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-22 18:25:38 +02:00
bar: add border.{left,right,top,bottom}-width
This allows you to configure the width of each side of the border individually. border.width can still be used, and will set all four borders to the same width. Closes #77
This commit is contained in:
parent
8c095eb423
commit
b97ba80aea
8 changed files with 84 additions and 25 deletions
|
@ -15,7 +15,8 @@ struct private {
|
|||
pixman_color_t background;
|
||||
|
||||
struct {
|
||||
int width;
|
||||
int left_width, right_width;
|
||||
int top_width, bottom_width;
|
||||
pixman_color_t color;
|
||||
int left_margin, right_margin;
|
||||
int top_margin, bottom_margin;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue