-
-
Notifications
You must be signed in to change notification settings - Fork 239
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 cuts off dwmblocks status #367
Comments
Can't replicate with the awesomebar nor with the winicon patch enabled. Looking at the screenshot it looks like you have a standalone systray (e.g. stalonetray) that is placed on top of the bar. If that is the case then it suggests that the power symbol on the right hand side of the systray is also part of the status (likely with spaces in between). The power symbol itself also suggests that you are likely also using mouse click hooks. It is odd that you have that much leading blank space before the 1G. If you can give a list of other patches that you have enabled then I can check if I spot any conflicts. |
Sure, here's my patches.h file. |
I also have a source code repo, and the power icon actually isn't part of the status command. That is a modified statusbutton patch with icons on the left and right |
So these are the toggles that you have enabled: $ grep -E "#define .* 1$" patches.h
#define BAR_AWESOMEBAR_PATCH 1
#define BAR_LTSYMBOL_PATCH 1
#define BAR_POWERLINE_STATUS_PATCH 1
#define BAR_TAGPREVIEW_PATCH 1
#define BAR_STATUS_PATCH 1
#define BAR_STATUSBUTTON_PATCH 1
#define BAR_STATUS2D_XRDB_TERMCOLORS_PATCH 1
#define BAR_SYSTRAY_PATCH 1
#define BAR_TAGS_PATCH 1
#define BAR_WINICON_PATCH 1
#define BAR_WINTITLE_PATCH 1
#define ALT_TAB_PATCH 1
#define AUTOSTART_PATCH 1
#define XRDB_PATCH 1
#define MONOCLE_LAYOUT 1 Notably you have If using the powerline patch and we run the following command to set the status to "hello world" then the status will be empty because there are no powerline separators defined in the status text. xsetroot -name "hello world" If we run the following command to set your memory counter we get that xsetroot -name "1.5G/31G" I don't see a way to escape the Unless you actually need the powerline status I'd recommend just disabling it. |
Thanks for the advice, I'll try this out soon. |
Look in the top right, there is supposed to be a memory counter and on normal dwm it shows "1.5G/31G", but on awesomebar + dwmblocks it shows "1G"
The text was updated successfully, but these errors were encountered: