We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I recently made a slight change to patches/bar_tags.c to control the position of the underline based on topbar.
patches/bar_tags.c
topbar
#if BAR_UNDERLINETAGS_PATCH if (ulineall || m->tagset[m->seltags] & 1 << i) { if (topbar) { drw_rect(drw, x + ulinepad, ulinevoffset, w - (ulinepad * 2), ulinestroke, 1, 0); } else { drw_rect(drw, x + ulinepad, bh - ulinestroke - ulinevoffset, w - (ulinepad * 2), ulinestroke, 1, 0); } } #endif // BAR_UNDERLINETAGS_PATCH
Here's how it looks:
Just leaving it here as a suggestion.
The text was updated successfully, but these errors were encountered:
Unrelated but your setup looks nice, mind sharing what patches you use or even the source ?
Regards
Sorry, something went wrong.
@SisyphusIsntHappy, you'll find everything on my GitHub profile as repositories. Important ones are:
https://github.com/UtkarshVerma/dwmblocks-async https://github.com/UtkarshVerma/dwm https://github.com/UtkarshVerma/dotfiles/
No branches or pull requests
I recently made a slight change to
patches/bar_tags.c
to control the position of the underline based ontopbar
.Here's how it looks:
Just leaving it here as a suggestion.
The text was updated successfully, but these errors were encountered: