jarcode-foss / glava

GLava - OpenGL audio spectrum visualizer
GNU General Public License v3.0
1.17k stars 59 forks source link

Unwanted padding around the screen vertical edges. #215

Open andev0 opened 2 years ago

andev0 commented 2 years ago

I use bars mod (with other mods the problem was not noticed). I have FullHD (1920x1080) monitor and when I set the setgeometry parameter to 0 0 1920 1080 I have some unwanted padding around the right and left screen edges (it is bigger than visualizer bar whatever settings for bars.glsl are set). When I set setgeometry to -7 0 1934 1080 padding still exists but with -8 0 1936 1080 it goes. I tried to set setforcegeometry to true but it didn't help at all. The problem is that I want to set padding around 3-5 pixels and it isn't possible with this issue.

OS: ArcoLinux Kernel: 5.15.5-arch1-1 Resolution: 1920x1080, 1920x1080 DE: Cinnamon 5.0.7 WM: Mutter (Muffin) (I've also had the same issue on Arch Linux + KDE in the past)

screenshot