Project moved to Codeberg: https://codeberg.org/harveyk/my-conkyrc
My unified conkyrc, suitable for several similar, but not identical machines.
Because many definitions are identical across my machines, a master configuration is held in conkyrc.master
using #ifeq TARGET
blocks to differentiate between predefined hardware sections.
Run gpp -DTARGET=$(hostname) conkyrc.master > $(HOME)/.conkyrc
to make a host specific file.