Adding bar_height patch

This commit is contained in:
bakkeby
2020-06-21 20:04:56 +02:00
parent 92a63debe5
commit c3d368f193
4 changed files with 16 additions and 1 deletions

View File

@ -82,6 +82,11 @@
*/
#define AWESOMEBAR_PATCH 0
/* Allows the bar height to be explicitly set rather than being derived from font.
* https://dwm.suckless.org/patches/bar_height/
*/
#define BAR_HEIGHT_PATCH 0
/* This patch adds vertical and horizontal space between the statusbar and the edge of the screen.
* https://dwm.suckless.org/patches/barpadding/
*/