mihirlad55 / dwm-anybar

MIT License
34 stars 0 forks source link

bar disappears when applying the patch #3

Closed vk0xOrg closed 4 years ago

vk0xOrg commented 4 years ago

the title says it all. When applying this patch and reloading DWM bar disappears. It doesn't show up no matter what configs are used for bar (top/bottom, alternative/native). I wasn't able to trance nor trace any error no find what's going wrong. How could I resolve the issue?

mihirlad55 commented 4 years ago

Does this patch work with your external status bar? I just noticed that usealtbar = 0 was not properly implemented. It should be fixed in v1.1.1 which I just released. If this was just an issue with dwm's status bar not working, please try the updated patch. If there is an issue with your external/alternate status bar not working, let me know.

See commits: 2f5178c2af08cd0638b822c7ccd5a9987ea08ff7 8026a9c2c9fc044badb3305bfec1a1b83be4b6de

See release: https://github.com/mihirlad55/dwm-anybar/releases/tag/v1.1.1

vk0xOrg commented 4 years ago

@mihirlad55 nope, it doesn't work. I've tested with & without polybar tray fix. When setting is usealtbar=1 DWM's status bar disappears and only polybar is displayed without DWM's tags. Should this be running in that way?

Here is my build of anybar patch

mihirlad55 commented 4 years ago

This is the purpose of the patch: to replace dwm's bar with an external status bar program. This is the intended behavior. However, polybar should be showing DWM's tags if you have it configured to. If there is an issue with polybar-dwm-module, it should be reported at https://github.com/mihirlad55/polybar-dwm-module

vk0xOrg commented 4 years ago

ok, what I've done so far:

This issue is resolved by the new release, so I'm clothing it. However, there is an issue re polybar-dwm-module which would be reported separatly