-
Notifications
You must be signed in to change notification settings - Fork 181
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
[Question] How to get the status bar look without barpadding? #22
Comments
@fawzakin Sorry I cant help much , I couldnt track the patches I patched :( . one thing you could do is check the commit history of this repo and help yourself. |
Where did you get the border patch exactly? I bet that's how you get the bar as in the screenshot. |
bar border you mean? many bar related patches are modified on my build by eProTaLT83 |
Alright, I've finally got this working. It turns out that I can still get the look of the bar as I desire. It's just that the patches make the bar look out of place at first. This is what the bar initially looks like (the weirdly-sized tray icon is caused by the systray patch itself it seems): And this is what it looks like after extensive ricing: What I did here is I get the systray and status2d patches working and apply patches from this commit that are relevant to bar border and underlinetags. Here's my build in case you are interested: Issue closed. EDIT: Changed screenshot link |
Nice colorscheme :) |
Hello, I've been configuring my dwm build here and I want to have status bar similar to yours (with text background and padding between the text and the edge of the bar) but I don't want to have barpadding patch.
I tried to follow what you do in this reddit thread but when I got statuspadding and status2d working, status2d's text background is still drawing over the padding (to the edge of the bar).
I tried to go with the border bar patch and patch everything eProTaLT83 made but in the end, the systray didn't get covered with the border and one of the icon became enlarged. It seems that the patch they made is tailored for your build which has notitle patch (I need to have window title).
I need help to get this on my own build of dwm. What patch should I use and what can I do to solve the conflict. I really like the looks of your build. Thank you.
The text was updated successfully, but these errors were encountered: