Conky is a desktop software on Linux. It displays various system information such as CPU usage, disk capacity, OS version number, calendar, and network conditions on the desktop. It is highly customizable, but the software does not have a GUI. You need to manually configure relevant files, which takes a long time to get started. I always wanted to use it, but I was too lazy to read the document. By chance, a tool named Conky-Colors that simplifies the Conky configuration was found on the gnome-look.org, which worked very well and was easy to do. So I decided to share it.
Conky is a desktop software on Linux. It displays various system information such as CPU usage, disk capacity, OS version number, calendar, and network conditions on the desktop. It is highly customizable, but the software does not have a GUI. You need to manually configure relevant files, which takes a long time to get started. I always wanted to use it, but I was too lazy to read the document. By chance, a tool named Conky-Colors that simplifies the Conky configuration was found on the gnome-look.org, which worked very well and was easy to do. This is a very good thing, so we decided to share the effect of the configuration, as shown in:
Configuration process:
Enter the following content on a terminal (# start as the comment, and do not enter it ):
$ Sudo aptitude install python-statgrab ttf-droid hddtemp curl lm-sensors conky-all # install conky and related Toolkit
$ Sudo chmod u + s/usr/sbin/hddtemp # permission operation
$ Sudo sensors-detect # perform some hardware detection and ask whether to allow all Y input during the detection operation.
Download the conky-colors package and click here. After the download is complete, extract the file to a certain location in the system, CD in the terminal to the location of the extracted file, and enter the following content in sequence
$ Make
$./Conky-colors -- help # obtain the detailed parameter list and set the Display Effect
$. /Conky-colors -- lang = english -- theme = gnome-brave -- cpu = 2 -- cputemp -- proc = 5 -- clock = lucky -- rhythmbox = default -- network -- eth = 0 -- bbcweather = CHXX0138 -- weatherplus -- Ubuntu -- shape # My settings, the following parameters are displayed in sequence: language, theme, CPU quantity, CPU temperature, number of display processes, clock style, rhythmbox player, Ethernet eth0 traffic, weather, icon style (ubuntu), and rounded corners, if you can pass through English, you can refer to the Help content shown in the previous step to set relevant parameters.
$./Conky-colors)
$ Make install
Complete