mirror of https://github.com/polybar/polybar.git
fix(config): Include more fields in example config
This commit is contained in:
parent
9d9a1ab285
commit
613c027fe1
|
@ -6,15 +6,27 @@
|
||||||
;throttle_ms = 50
|
;throttle_ms = 50
|
||||||
|
|
||||||
[bar/example]
|
[bar/example]
|
||||||
width = 100%
|
;monitor = eDP1
|
||||||
height = 25
|
|
||||||
bottom = true
|
bottom = true
|
||||||
dock = false
|
dock = false
|
||||||
|
|
||||||
|
width = 100%
|
||||||
|
height = 25
|
||||||
|
|
||||||
|
;offset_x = 0
|
||||||
|
;offset_y = 0
|
||||||
|
|
||||||
background = #00ffffff
|
background = #00ffffff
|
||||||
foreground = #fff
|
foreground = #fff
|
||||||
|
;linecolor = #ff0000
|
||||||
|
|
||||||
|
spacing = 1
|
||||||
lineheight = 1
|
lineheight = 1
|
||||||
|
|
||||||
|
;separator = |
|
||||||
|
|
||||||
|
;locale = en_US.UTF-8
|
||||||
|
|
||||||
padding_left = 1
|
padding_left = 1
|
||||||
padding_right = 1
|
padding_right = 1
|
||||||
module_margin_left = 0
|
module_margin_left = 0
|
||||||
|
|
Loading…
Reference in New Issue