I’m trying to display an image with my Conky set up and it just won’t display. There isn’t an error message and I’ve verified the image path several times over. What is going on?? This is the output if I run in term:
[15:16:33] username@computername ~ > conky -c ~/.conky/.conkyrc1test
conky: desktop window (0x374) is root window
conky: window type - normal
conky: drawing to created window (0x1800002)
conky: drawing to double buffer
conky: forked to background, pid is 7561
conky: FOUND: wayland
conky: FOUND: x11
conky: FOUND: file
conky: FOUND: ncurses
conky: FOUND: console
[15:18:38] username@computername ~ > conky: 'KDE' wayland session running
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 4410 0 4410 0 0 7406 0 0
Info:
System: AMD Ryzen 9 7900X AM5, RTX-4060Ti 8GiB, 32GiB DDR5, Linux 7.1.5-1-cachyos, KWin (Wayland) KDE Plasma 6.7.3, Conky 1.22.3-pre-6f751465
My .conkyrc is at https://pastebin.com/7g7eX6kC
I’m running Conky at boot with a small shell script, but I doubt that’s relevant?:
#!/bin/sh
sleep 5
conky -q -c ~/.conky/.conkyrc1 &
conky -q -c ~/.conky/.conkyrc2 &
exit