Installing and customizing conky
In the picture you should be able to see that in the top right of the screen, I have various information displayed about my system. You should be able to see a photo of mine, the time my system has been up, CPU usage, RAM usage, file-system, network speed, running processes and more. That's cool isn't it? You can install install it in you Linux too and customize it to make it look the way you want. Well that cool application's name is 'conky'. You can install it by running the command
sudo apt-get install conky in your terminal
If also need to install lm-sensors, you can use
sudo apt-get install lm-sensorsto install lm-sensor which is required by conky. For my system my conky configuration is at /etc/conky/conky.conf . You may create your conky configuration in your home directory in the name .conkyrc . The configuration file is plain file which you can modify to customize conky as per your need. Below are a few configuration you might want to play with:
- alignment : top_left, top_right, top_middle, bottom_left, bottom_right, bottom_middle, middle_left, middle_middle, middle_right, or none
- default_color: any rgb or svg colour example red, white, black, etc
- draw_borders : yes, no
- draw_outline : yes , no
- border_width
- update_interval : in seconds
I have attached my conky configuration below:
Comments
Post a Comment