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
|
foo = 1
|
||||||
bar = 0.15
|
bar = 0.15
|
||||||
baz = true
|
baz = true
|
||||||
|
~~~
|
||||||
|
|
||||||
[section/child]
|
## File inclusion
|
||||||
inherit = section/base
|
It is possible to include a file with pre-defined key-value pairs using:
|
||||||
baz = false
|
~~~ dosini
|
||||||
|
[section/base]
|
||||||
; Result
|
include-file = /absolute/path/to/file
|
||||||
[section/child]
|
|
||||||
foo = 1
|
|
||||||
bar = 0.15
|
|
||||||
baz = false
|
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
## Custom variables
|
## Custom variables
|
||||||
|
|
Loading…
Reference in New Issue