No credit to me for creating the original artwork or Conky theme. Original artwork created by mowgli-writes on DeviantArt.
I just created an updated version of .conkyrc
that doesn't throw errors on later versions of Conky.
I'm on Pop OS (Ubuntu variant) with the K Desktop Environment (KDE), although these instructions should work on any Ubuntu variant.
-
Install Conky:
sudo apt-get install conky
-
Either:
-
Copy/move/save the
qclocktwo
file as.conkyrc
in your user's home directory i.e.~/.conkyrc
-
Open a terminal and run Conky:
conky &
(the
&
runs Conky as a background process) -
Conky should run, with the
qclocktwo
theme displayed at the top left of your screen -
If you want to change the position of the
qclocktwo
widget, edit~/.conkyrc
and look for the following settings:- alignment
- gap_x
- gap_y
-
Conky should detect changes in
~/.conkyrc
and reload when the file is saved