Five backlit analog gauges — CPU, TEMP, RAM, DOWNLOAD, UPLOAD — with damped needles, a self-test sweep, and a liquid-glass lens over every dial. Built for Conky, not a browser tab.
Spring-eased, not snapped — every reading settles into place instead of jumping.
A min → max → settle sweep on startup, the way a real cluster wakes up.
The ring behind each dial blends color as the reading nears its redline.
A round liquid-glass overlay on every gauge, with a face you can make fully transparent.
Reads your actual installed memory and scales to 4/8/16/32/64/128/256 GB.
A fixed, speedtest-based MB/s scale, with the LCD switching units automatically.
# Clone the repository
git clone https://github.com/wim66/conky-dashboard.git
cd conky-dashboard
# Start the dashboard
conky -c conky.conf
| Setting | What it does |
|---|---|
net_interface | Which interface DOWNLOAD/UPLOAD read from |
net_max_download | DOWNLOAD gauge scale, in MB/s |
net_max_upload | UPLOAD gauge scale, in MB/s |
ram_scale_steps | Clean GB steps the RAM gauge rounds up to |
colors.face_alpha | Dial transparency, 0–1 |
net_interface = "enp0s31f6",
net_max_download = 30, -- MB/s
net_max_upload = 6, -- MB/s