-
Notifications
You must be signed in to change notification settings - Fork 3
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
Can you combine systray patch with status2d? #6
Comments
I found the solution in this reddit thread here. The way as OP did it is by removing all three lines under
I hope this helps. |
I have tried applying the patch to the vanilla source code of dwm and it still failed the trick is to change so effectively add tw = m->ww - drawstatusbar(m, bh, stext); and then apply other changes |
Due to conflict between systray patch & status2d patch, I built a merged patch based on discussions : here [#6] and here [https://www.reddit.com/r/suckless/comments/ho3v77/standalone_system_tray_for_dwm/] Thanks to all
Hi, commit: a5bbd11 file: https://github.com/sipi/dwm-status2d/blob/master/dwm-status2d-6.3.diff :) |
I'm trying to get it to work, but I think the two patches are conflicting, and dwm isn't drawing a status at all.
Here are my drawstatusbar() and drawbar() functions, as I have tried to integrate them.
The text was updated successfully, but these errors were encountered: