DoubleDotStudios / Quartz

The aesthetically pleasing notes app that seamlessly integrates with any desktop.
MIT License
7 stars 2 forks source link

Renders in white and grey with no transparency or blur on linux systems #3

Closed playerofceleste closed 4 months ago

playerofceleste commented 4 months ago

Using the .AppImage and AppImageLauncher using the Wayland based compositor "Hyprland" results in a broken application as shown below. image I am running arch linux

DoubleDotStudios commented 4 months ago

I will attempt to address this issue in an upcoming update however I'm not sure how long the fix will take to add. Thank you for bringing this to my attention.

Harrex commented 4 months ago

Found a solution to this - In the new BrowserWindow ({...}) under CreateWindow, I just added the transparent: true property, and everything seems to work as it should. (I'm also on Hyprland in the screenshot below) image

I'll be submitting a PR for this once I:

DoubleDotStudios commented 4 months ago

I'm going to close this since this issue seems to be fixed. @Harrex Your PR has been accepted and merged with the main branch. Thank you for contributing.