Cybrkyd's git repositories

conky-ironman

Branch: main Last commit: 2026-01-14 19:13:34 +0000 Clone: git clone https://git.cybrkyd.com/repository/conky-ironman

Conky Ironman

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

Conky Ironman

Conky Ironman Desktop

Requirements

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.

Installation

Clone the repository.

  1. Copy the directory conky to /opt:
sudo cp -r conky /opt
  1. Copy the directory to-do to ~/Documents:
cp -r to-do ~/Documents
  1. Copy the directory fonts to /usr/share/fonts:
sudo cp -r fonts /usr/share/fonts
  1. Update the font cache:
sudo fc-cache -fv
  1. 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:

    • Run the command crontab -e to edit your cron
    • Add a @reboot directive, assuming Conky Ironman is in /opt:
@reboot /opt/conky/conky-startup.sh
  1. Reboot your machine.

Licence

This project is made available under a GPL3 licence -- see COPYING for the full text.