LemonBoy/bar

Bar won't change width

Closed this issue · 2 comments

I am trying to change the width of the bar but it just doesn't seem to work. I have no idea what I am doing wrong. I am using this command:
echo "%{l}Left %{c}Center %{r}Right" |lemonbar -B blue -g 1500x20+100+20 -p
issue

As you can see the text does adapt to the new size although the bar itself does not.

Maybe it's your window manager's fault? Try running lemonbar with the -d. For me this solves these kind of problems in awesome WM.

Oh you are right! I am currently using i3-gaps and -d fixed it.
Thanks!

Edit: Uhm, how do I close this issue?