loqusion / hyprshade

Hyprland shader configuration tool
MIT License
222 stars 7 forks source link

Update hyprctl.py to fix hyprctl issue. #2

Closed kaii-lb closed 11 months ago

kaii-lb commented 11 months ago

fixed new hyprctl json error. Just needs to remove first line of -j output from hyprctl and json parsing returns to normal :D

loqusion commented 11 months ago

It seems that this is an upstream issue, which I believe was fixed in https://github.com/hyprwm/Hyprland/commit/47430411d69d6cba9241775f0ea11722afeb74d7 — the problem is, it hasn't yet been included in a stable release. I'll add a workaround patch that's also compatible with the new fix.

loqusion commented 11 months ago

Should be fixed in https://github.com/loqusion/hyprshade/tree/v0.8.4 — try it and lmk if it works.

kaii-lb commented 11 months ago

yep it works! thanks for the effort man