forked from external/yambar
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
|
@ -73,10 +73,26 @@ types that are frequently used:
|
|||
: associative array
|
||||
: no
|
||||
: Configures the border around the status bar
|
||||
| border.left-width
|
||||
: int
|
||||
: no
|
||||
: Width of the border on the left side, in pixels
|
||||
| border.right-width
|
||||
: int
|
||||
: no
|
||||
: Width of the border on the right side, in pixels
|
||||
| border.top-width
|
||||
: int
|
||||
: no
|
||||
: Width of the border on the top side, in pixels
|
||||
| border.bottom-width
|
||||
: int
|
||||
: no
|
||||
: Width of the border on the bottom side, in pixels
|
||||
| border.width
|
||||
: int
|
||||
: no
|
||||
: Width, in pixels, of the border
|
||||
: Short-hand for setting _border.left/right/top/bottom-width_
|
||||
| border.color
|
||||
: color
|
||||
: no
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue