tagpreview: adding compatibility with powerline tags and taglabels

This commit is contained in:
bakkeby
2023-10-01 21:07:58 +02:00
parent 8191c0739a
commit ddb2e833a4
5 changed files with 104 additions and 4 deletions

View File

@@ -2,4 +2,5 @@
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);
static int click_taglabels(Bar *bar, Arg *arg, BarArg *a);
static int hover_taglabels(Bar *bar, BarArg *a, XMotionEvent *ev);