Conky configuration for dom0

Hi.
Nice work. No need to search how to pull all this data from dom0.
It allowed me to see that YT full screen throttling was memory leaks issue of intel driver (solutions: either disable compositor or change driver from intel to modesetting).

But I have problem with auto start.
If make desktop file in ~/.config/autostart it loads conky under the desktop, so it’s invisible and shows briefly when powering down / loging off.
Is there other way to auto start?

PS: never mind, “sleep 10” at the beginning of the starting script made the deal

Nice work.
Thanks!

But I have problem with auto start.
If make desktop file in ~/.config/autostart it loads conky under the desktop, so it’s invisible and shows briefly when powering down / loging off.
Is there other way to auto start?

Most window managers support autostart from /etc/xdg/autostart/*.desktop files. Using systemctl --user is an alternative.
It should even work as root, but it shouldn’t be necessary.

If your window manager has issues with the conky window (if it doesn’t work with manually executing startConky either), you can try to modify the background and possibly other properties in the conky_header.conf file until it works for you.