mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-07-08 00:35: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
|
@ -12,6 +12,11 @@
|
|||
|
||||
* i3: `persistent` attribute, allowing persistent workspaces
|
||||
(https://codeberg.org/dnkl/yambar/issues/72).
|
||||
* bar: `border.{left,right,top,bottom}-width`, allowing the width of
|
||||
each side of the border to be configured
|
||||
individually. `border.width` is now a short-hand for setting all
|
||||
four borders to the same value
|
||||
(https://codeberg.org/dnkl/yambar/issues/77).
|
||||
|
||||
|
||||
### Changed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue