mirror of
https://github.com/mintycube/dwm.git
synced 2024-10-22 12:05:45 +00:00
barmodules: removing tags padding
This commit is contained in:
parent
3acae9e67d
commit
d7a7ac67ee
@ -20,14 +20,14 @@ width_tags(Bar *bar, BarWidthArg *a)
|
|||||||
w += TEXTW(tags[i]);
|
w += TEXTW(tags[i]);
|
||||||
#endif // BAR_ALTERNATIVE_TAGS_PATCH
|
#endif // BAR_ALTERNATIVE_TAGS_PATCH
|
||||||
}
|
}
|
||||||
return w + lrpad;
|
return w;
|
||||||
}
|
}
|
||||||
|
|
||||||
int
|
int
|
||||||
draw_tags(Bar *bar, BarDrawArg *a)
|
draw_tags(Bar *bar, BarDrawArg *a)
|
||||||
{
|
{
|
||||||
int invert;
|
int invert;
|
||||||
int w, x = a->x + lrpad / 2;
|
int w, x = a->x;
|
||||||
#if BAR_ALTERNATIVE_TAGS_PATCH
|
#if BAR_ALTERNATIVE_TAGS_PATCH
|
||||||
int wdelta;
|
int wdelta;
|
||||||
#endif // BAR_ALTERNATIVE_TAGS_PATCH
|
#endif // BAR_ALTERNATIVE_TAGS_PATCH
|
||||||
|
Loading…
x
Reference in New Issue
Block a user