gh0stzk / dotfiles

BSPWM environment with 18 themes. With a theme selector to change on the fly.
GNU General Public License v3.0
2.69k stars 201 forks source link

Issue with themes with rounded corners #131

Closed aramacs closed 10 months ago

aramacs commented 10 months ago

Hey, First things first congratulations man, your rice is amazing. Easy to install, clean and smooth on my old machine ( intel i3 - 1st gen). So my problem here is with the corners of polybar I guess. They appeared rounded but inside of a 'black box'. I tested all the themes and it only happens with the rounded corners ones.

image

image

image

gh0stzk commented 10 months ago

That's definitely a problem with picom. Try this: Open the file ~/.config/bspwm/bspwmrc

Search this line picom --config "$HOME"/.config/bspwm/picom.conf

and comment it, and uncomment the one below the one with the --legacy-backends option

press super + alt + r to restart bspwm and see if it fixes.

If not, you can also try changing the backend from glx to xrender in the picom.conf file within the same bspwm folder.

Unfortunately we all have different hardware, more modern or older, I try to set the most generic configurations but there will always be someone whit picom strange behavior, plus picom as a composer is not the best but it is the only thing for x11.

Every time you make a change in picom, restart bspwm with the aforementioned keys.

gh0stzk commented 10 months ago

you need to play with the picom options in picom.conf first try picom with legacy backends options and the xrender backend.

aramacs commented 10 months ago

Okay. Thanks for the explanation. I'll try it out today.

aramacs commented 10 months ago

Everything going well now. Thanks a lot.