ramensoftware / windhawk

The customization marketplace for Windows programs: https://windhawk.net/
https://windhawk.net
GNU General Public License v3.0
1.79k stars 56 forks source link

Windhawk window is blurry #52

Open Waterless-Ice opened 1 year ago

Waterless-Ice commented 1 year ago

image It's not currently bad, but it is often unreadable. It might be due to me having a 1440p and a 1080p dual monitor setup, but I'm unsure.

m417z commented 1 year ago

The UI part of Windhawk is based on VSCode. Searching through their issues, it seems that some people have rendering problems, and that a workaround that works is to disable the GPU support. https://github.com/microsoft/vscode/issues/146381

Please try the following steps:

Let me know if that helps.

Edit: There's also this fix specifically for NVIDIA that might be relevant for you.

DevDorrejo commented 10 months ago

The issue for me was chromium rendering left-trash when update:

Solution: find $HOME/.config -iname "*GPUCache" -exec rm -r '{}' +