mirror of https://github.com/polybar/polybar.git
Updated Configuration (markdown)
parent
39c5a130ca
commit
db0a18aaa2
|
@ -53,16 +53,13 @@ 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
|
||||
It is possible to include a file with pre-defined key-value pairs using:
|
||||
~~~ dosini
|
||||
[section/base]
|
||||
include-file = /absolute/path/to/file
|
||||
~~~
|
||||
|
||||
## Custom variables
|
||||
|
|
Loading…
Reference in New Issue