mirror of https://github.com/polybar/polybar.git
Updated Configuration (markdown)
parent
db0a18aaa2
commit
774a30af46
|
@ -53,6 +53,16 @@ All undefined keys will be cloned.
|
|||
foo = 1
|
||||
bar = 0.15
|
||||
baz = true
|
||||
|
||||
[section/child]
|
||||
inherit = section/base
|
||||
baz = false
|
||||
|
||||
; Result
|
||||
[section/child]
|
||||
foo = 1
|
||||
bar = 0.15
|
||||
baz = false
|
||||
~~~
|
||||
|
||||
## File inclusion
|
||||
|
|
Loading…
Reference in New Issue