]> git.sur5r.net Git - i3/i3/commit
Separator color via config; separator width and on/off via ipc
authorArtem Shinkarov <artyom.shinkaroff@gmail.com>
Sun, 27 Jan 2013 20:27:21 +0000 (20:27 +0000)
committerMichael Stapelberg <michael@stapelberg.de>
Mon, 18 Feb 2013 09:44:44 +0000 (10:44 +0100)
commit5f05ca6b5d50fdabb72512afc8d2d3c289d2603c
treeb99b5847cc0887e126809c48f68b833204259196
parenta52b1b4bb0d4241d018b807fd1c7abf38fdd55c5
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.
12 files changed:
docs/i3bar-protocol
docs/ipc
docs/userguide
i3bar/include/common.h
i3bar/include/xcb.h
i3bar/src/child.c
i3bar/src/config.c
i3bar/src/xcb.c
include/config.h
parser-specs/config.spec
src/config_directives.c
src/ipc.c