]> git.sur5r.net Git - i3/i3/commit
Align lower line of bar decoration to border width
authorMats <d912e3@gmail.com>
Fri, 1 Aug 2014 18:07:04 +0000 (20:07 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Mon, 11 Aug 2014 07:49:49 +0000 (09:49 +0200)
commit5762456d895acd16546c38f75ca34e435dccb980
treef5078d3bee2b008f0ffd229f83eee933c323570f
parent80db544e26659c35b04da8e839d401b7e60a7d83
Align lower line of bar decoration to border width

In normal border style, two horizontal lines are drawn to outline the
bar decoration. The lower line leaves a gap to the left and right to
align with the border. This gap was hardcoded to 2 pixels. Now it
matches the current border width, if any.

In stacked layout, only the bottommost bar is aligned. In tabbed layout,
no gaps are left in order to close the outline and make the notion of a
tab more clear.
src/x.c