]> git.sur5r.net Git - i3/i3/commit
Allow min_width of a block in i3bar to be a string
authorAndrás Mohari <andras.mohari@gmail.com>
Mon, 25 Feb 2013 10:41:02 +0000 (11:41 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Mon, 25 Feb 2013 22:48:35 +0000 (23:48 +0100)
commita0d5b744abcda014298255b9a9fc6313099ce6e6
tree5f05f51bc08f33e3597c716549c504d117839987
parent7ecdcb61f8f0c1fa6599f24ddc93c711d36b1738
Allow min_width of a block in i3bar to be a string

With this change, min_width can either be an integer (as usual), or a
string. In the latter case, the width of the text given by min_width
determines the minimum width of the block. This way one does not have to
figure out a minimum width by trial and error, only to do it again every
time the font is changed.
docs/i3bar-protocol
i3bar/src/child.c