mirror of https://github.com/polybar/polybar.git
Grammar (inherit -> inherited)
parent
1cb08b17fb
commit
57103f35ae
|
@ -56,7 +56,7 @@ key = ${file:/absolute/file/path:fallback value}
|
||||||
`key = text ${section.key} text` will not work (the reference will not be resolved).
|
`key = text ${section.key} text` will not work (the reference will not be resolved).
|
||||||
|
|
||||||
## Inheritance
|
## Inheritance
|
||||||
Values can be inherit from another section by defining the parameter `inherit = section/base`.
|
Values can be inherited from another section by defining the parameter `inherit = section/base`.
|
||||||
All undefined keys will be cloned.
|
All undefined keys will be cloned.
|
||||||
~~~ dosini
|
~~~ dosini
|
||||||
[section/base]
|
[section/base]
|
||||||
|
|
Loading…
Reference in New Issue