powerline - bakkeby/patches GitHub Wiki
/* Powerline options, one of:
* PwrlNone, PwrlRightArrow, PwrlLeftArrow, PwrlForwardSlash or PwrlBackslash */
static int powerline = PwrlNone;
/* By default the powerline separator will take up the full space between dmenu items.
* This option allows for the size to be reduced by a number of pixels, e.g. a value of 3
* will shave off three pixels on each side of the separator. This can be used to adjust
* the angle of a powerline slash or arrow. */
static int powerline_size_reduction_pixels = 0;
This option allows for powerline separators to be drawn between dmenu items in the form of arrows or slashes.
The powerline_size_reduction_pixels
setting allows for the width of the powerline separator to be
reduced in order to adjust the angle of the slash or arrow.