gri3-wm/parser-specs
Artem Shinkarov 5f05ca6b5d Separator color via config; separator width and on/off via ipc
This patch adds the following features:
1) Configure a color of the separator via config.  It is done like
   bar {
      colors {
         separator #000000
      }
   }
2) A block can have an integer entry "separator_block_width" which
   sets the width of the gap which would follow after the current block.

3) A block can have a boolean entry "separator" and if it is set
   to false, then the drawing of the separating line would be disabled.
2013-02-18 10:44:44 +01:00
..
commands.spec Bugfix: Correctly parse `move ... workspace *_on_output` 2013-01-30 13:30:54 +01:00
config.spec Separator color via config; separator width and on/off via ipc 2013-02-18 10:44:44 +01:00
highlighting.vim port the entire old config parser to the new one 2012-10-08 13:23:48 +02:00