Multiple conky themes to be used in my dotfiles.
Download the Git repository and its submodules:
$ git clone --recursive https://github.com/bchretien/conky-themes.git ~/.conky-themes
If you want to use the ConkyInfinitySVG theme (for instance):
$ ln -sf ~/.conky-themes/ConkyInfinitySVG/.conkyrc ~/.conkyrc
Then you can just launch conky:
$ conky -q&
You can also provide the path to a given conkyrc
file:
$ conky -q -c ~/.conky-themes/ConkyInfinitySVG/.conkyrc