A High-Tech Conky Theme in four colors: white, blue, green and red.
- Conky installed
Download and extract the project in your system. Copy the content of the folder fonts/ to the directory ~/.fonts/
cp fonts/* ~/.fonts/
Copy the folder TC-100 for the directory ~/.conky/
cp TC-100/ ~/.conky
To run the conky theme, choose a color and run the commands: For the default color (white):
conky -q -c ~/.conky/TC-100/tc100
For the blue color:
conky -q -c ~/.conky/TC-100/tc100-blue
For the green color:
conky -q -c ~/.conky/TC-100/tc100-green
For the red color:
conky -q -c ~/.conky/TC-100/tc100-red
Note: just run one of the commands to not overwrite the previous theme.
Find out the name of the network device you want to monitor (use the commands "ip a" or "ifconfig") and copy the device name as in the image below:
Open the tc100* file (or file according to the color you choose) and on lines 65, 66, 68, 69, and 72 replace the local network interface "lo" with the previously copied network device: