Closed linuxct closed 3 years ago
sorry about that, I've changed a lot in terms or rendering.
Old shaders are no longer compatible, you'll have to install new ones. Get them from example_files/gl/shaders.
Its because ive changed the renderer to OGL 4.3 instead of OpenGL ES2
PS: Should've added a note about that.
But if you just dont want to deal with my OpenGL stuff, you could still revert to wayland_sw
for the old "classic" software rendering
I deleted the ~/.config/xava/gl folder and that solved the issue. Another issue I am having is that now with the new rendering method, is that custom colors seem to not be supported correctly via hexcode for the bars.
[color]
foreground = '#02F723'
looks like
However if I apply foreground = '#FF0000'
, the bars do turn red correctly.
very likely a bug actually, let me investigate
found it, division error in gl_shared.c Update coming shortly
Pushed an update ;)
Thank you, that solved the issue! :D
I have just updated my xava install to the latest commit 898ebc8 pushed to this repo, and it won't start anymore under Sway (wayland mode).
Log when starting xava from cli:
Relevant lines from my config file:
Any clue as to why this is happening?