jxai / lean-conky-config

Lean Conky config that just works
MIT License
126 stars 31 forks source link

Flashing on Wayland #25

Open Strykar opened 9 months ago

Strykar commented 9 months ago

It does not detect my GPU (pynvml installed), some mount points and my public IP. The bigger issue is it keeps flashing randomly, which I suspect is a Wayland issue: image

Can it be made transparent on Wayland?

I tried

conky.config = {
out_to_x = false,
out_to_wayland = true,

But that prevents conky from showing.

DJenner8 commented 8 months ago

I put, in my local.conf, in the conky.config = { } section:

-- === RPi Running Wayland ===
   out_to_x = false,
   out_to_wayland = true,

and LCC is working correctly for me. (After fixing per Issue 8).

jxai commented 2 months ago

@Strykar My desktop is x11 based so I didn't encounter the issue you reported. Can you post a video to show how bad the flickering is? Also some extra info, e.g. your Linux distro, Wayland and conky version etc., would help me or others to reproduce your issue.