km4ack / 73Linux

72 stars 17 forks source link

conky doesn't play nice with wayland #53

Open km4ack opened 7 months ago

km4ack commented 7 months ago

Conky is unusable at this time if using Wayland.

SpudGunMan commented 6 months ago

for tracking https://github.com/brndnmtthws/conky/issues/56

KB3LZV commented 4 months ago

Conky is showing up in the middle of the screen and all black displaying no information that I can see

mcangeli commented 2 months ago

To use Conky on wayland, add these two lines on your Conky script.

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

Change own_window_type to ‘override’ ( own_window_type = ‘override’,)

If you add these lines, Conky will works on Wayland without any issue. But Conky will not load on Xorg .

(this will remove it from the taskbar and allow the transparency to work and fix some other things with COnky in wayland)

Kb1hux commented 2 months ago

All the text is black. How do I correct this?