mirror of https://github.com/polybar/polybar.git
Updated Configuration (markdown)
parent
629dccee73
commit
6d5523eef8
|
@ -195,6 +195,10 @@ line-color = #f00
|
||||||
; the border is placed withing this area. So you effectively only have the
|
; the border is placed withing this area. So you effectively only have the
|
||||||
; following horizontal space on the bar:
|
; following horizontal space on the bar:
|
||||||
; width - border-right-size - border-left-size
|
; width - border-right-size - border-left-size
|
||||||
|
; border-size can be defined as pixel value (e.g. 35) or percentage (e.g. 50%),
|
||||||
|
; the percentage can optionally be extended with a pixel offset like so:
|
||||||
|
; 50%:-10, this will result in 50% minus 10 pixels. The percentage is relative
|
||||||
|
; to the bar width or height depending on the border. (this way to specify border-size is unreleased)
|
||||||
border-size =
|
border-size =
|
||||||
border-color =
|
border-color =
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue