brndnmtthws / conky

Light-weight system monitor for X, Wayland (sort of), and other things, too
https://conky.cc
GNU General Public License v3.0
7.23k stars 620 forks source link

[Bug]: weird resizing on Wayland/labwc #2045

Open wastlnd opened 3 weeks ago

wastlnd commented 3 weeks ago

What happened?

Running labwc, I have the sfwbar as taskbar. When I kill the taskbar the conky window resizes to a small square in the middle of the screen, just showing the top output. The only way to fix this is to set "own_window_type = override", but this means that the output text will overlap with any other window that I will open.

Version

1.21.6

Which OS/distro are you seeing the problem on?

Arch Linux

Conky config

No response

Stack trace

No response

Relevant log output

No response

Bluey26 commented 1 week ago

Hi, i do not use sfwbar but it also happens when i kill my panel(lxqt-panel).

To fix this, you can kill and re-start conky, i use the following in a .desktop to do it:

Exec=bash -c 'pkill conky && conky &>/dev/null'

I'm in labwc too.