-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
awesomebar, alpha, systray, winicon #2
Comments
kaykay38
changed the title
awesomebar, alpha, winicon
awesomebar, alpha, systray, winicon
Oct 20, 2021
change line 62 in your drawbar function : drw_text(drw, x, 0, tabw, bh, lrpad / 2, c->name, 0); to drw_text(drw, x, 0, tabw, bh, lrpad / 2 + (c->icon ? c->icw + ICONSPACING : 0), c->name, 0);
if (c->icon) drw_pic(drw, x + lrpad / 2, (bh - c->ich) / 2, c->icw, c->ich, c->icon); should work |
As for alpha patch, just apply the modifications in README, or crashes will occur. |
@AdamYuan Thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Adam,
I am trying to figure out how to patch winicon with awesomebar, alpha, and systray. Here is my code for
drawbar
which is where the main conflict is.Here is the diff dwm.c.rej
The text was updated successfully, but these errors were encountered: