Adding taglabels patch ref. #199

This commit is contained in:
bakkeby
2021-11-23 22:36:53 +01:00
parent c7af5c6b67
commit 63fed59d19
8 changed files with 121 additions and 1 deletions

5
patch/bar_taglabels.h Normal file
View File

@@ -0,0 +1,5 @@
#include <ctype.h> /* for making tab label lowercase, very tiny standard library */
static int width_taglabels(Bar *bar, BarArg *a);
static int draw_taglabels(Bar *bar, BarArg *a);
static int click_taglabels(Bar *bar, Arg *arg, BarArg *a);