2010-09-15 20:46
anyone know how to change the background colour in conky?
i can change everything else but there's no obvious way of changing the background
Solved! Go to Solution.
2010-09-15 22:49
Open the terminal or ssh in.
Gain root
then
vim /etc/conky/conky.conf
Then search for:
own_window_transparent yes
press insert and change the yes to a no.
Then add the line
own_window_colour colour
Where colour is an rgb colour. So far I've tried yellow, blue, cyan and red but I'm sure there are more.
press esc then : the wq! to save and quit and then restart conky.
Worked for me.
2010-09-16 14:39
2010-09-16 17:38
Essentially, but it is the newer version.
It's VImproved ![]()