A beautiful Conky desktop theme which displays date, time, system info, live crypto prices and a to-do list.


NOTE: Check if Ubuntu and OpenSans are already installed on your system. If present, delete them from the Conky Ironman "fonts" directory.
ALSO NOTE: This theme is scaled to a monitor with resolution 1920x1080. You may need to adjust the alignment to your own resolution and taste.
Clone the repository.
sudo cp -r conky /opt
cp -r to-do ~/Documents
sudo cp -r fonts /usr/share/fonts
sudo fc-cache -fv
Set Conky Ironman to run at startup.
There are various ways to do this. Some desktop environments allow startup applications and scripts to be set via a system configuration or tweaks menu. The universal method of using cron will make sense to everyone.
To add a @reboot cron task:
crontab -e to edit your cron@reboot directive, assuming Conky Ironman is in /opt:@reboot /opt/conky/conky-startup.sh
This project is made available under a GPL3 licence -- see COPYING for the full text.