]> git.sur5r.net Git - i3/i3/commit - testcases/t/201-config-parser.t
Add support for a custom separator symbol 1578/head
authorIngo Bürk <ingo.buerk@tngtech.com>
Tue, 24 Mar 2015 22:07:25 +0000 (23:07 +0100)
committerIngo Bürk <ingo.buerk@tngtech.com>
Wed, 25 Mar 2015 20:38:55 +0000 (21:38 +0100)
commit80da100ac84890890594f8df951cc20a522d7922
tree1c42e25900e1466108453940af506a072aa213c3
parentc0a0b99d866abc5a00b64efb76dd3a0c64711fbe
Add support for a custom separator symbol

This introduces a "separator_symbol" property for the i3bar configuration.
If set, the specified string will be used as a separator instead of a vertical line. Since it is an optional configuration, complete backwards compatibility is given.

fixes #1472
docs/userguide
i3bar/include/config.h
i3bar/src/config.c
i3bar/src/xcb.c
include/config.h
include/config_directives.h
parser-specs/config.spec
src/config_directives.c
src/ipc.c
testcases/t/201-config-parser.t