Replies: 2 comments
|
Thanks for the pr! This is fixed |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi, for some reason my hyprpicker when you run it would sometimes return [ERR] renderSurface: PBUFFER null and only then the color code.
So I ran into this issue on your waybars colorpicker module where this would cause issues. I searched how to fix this hyprpicker issue but didn't find anything and other than that it was working fine.
In case anyone else is having something similar to save some time I just wanted to share, you just have to ignore the error message. In colorpicker.sh instead of
color=$(hyprpicker)do :
color=$(hyprpicker | tail -n 1)All reactions