• Categories
    Category
    {{ postCtrl.tags }}
    • {{ category.tag_type }}

      • {{tag.tag_name}}
      • View more
  • Categories
    Category
    {{ postCtrl.tags }}
    • {{ category.tag_type }}

      • {{tag.tag_name}}
      • View more
  • News
  • Tutorials
  • Forums
  • Tags
  • Users
Tutorial News Comments FAQ Related Articles

How to install Conky on CentOS 7

{{postValue.id}}

To install Conky on CentOS 7

Conky is a light-weight system monitor for X, which displays a variety of information on your desktop. Conky is a highly configurable program which can monitor various time-varying system properties such as CPU load/temperature, free memory, free disk space, battery status, network traffic, etc. Conky consumes little system resources because it renders information within a desktop theme instead of using separate widget toolkits. It is really so simple to configure Conky on CentOS 7 and this tutorial covers the ground on the same process.


Configuring Conky

Before you begin the process, make sure you add the epel repository by making use of the following command.

[root@linuxhelp11 ~]# yum install epel-release.noarch -y
Loaded plugins: fastestmirror, langpacks
.
.
Installed:
  epel-release.noarch 0:7-9                                                                                                      
Complete!

And once it is done, you need to run the following command which installs the Conky tool.

[root@linuxhelp11 ~]# yum install conky -y
Loaded plugins: fastestmirror, langpacks
.
.
Dependency Installed:
  imlib2.x86_64 0:1.4.5-9.el7            tolua++.x86_64 0:1.0.93-14.el7            wireless-tools.x86_64 1:29-13.el7           
Complete!

Once it is don, you need to run the following command to run background process.

[root@linuxhelp11 ~]# conky & 
Conky: window type - desktop
Conky: drawing to created window (0x1800001)
.
.
(gnome-session-properties:61975): Gtk-WARNING **: gtk_window_set_titlebar() called on a realized window

Once all of the process is done, you need to open the Conky application.

Conky

And then open the Gnome session properties.
Gnome

You should then add a customize command to run Conky tool.
Customize


With this , the method to configure the Conky tool comes to an end.

Tags:
jackson
Author: 

Comments ( 0 )

No comments available

Add a comment
{{postCtrl.cmtErrMsg}}

Frequently asked questions ( 5 )

Q

Conky won't stop flickering?

A

You can try enabling double-buffer. Conky's double-buffer option uses the X double-buffer extension to provide a flicker-free Conky. This can be done by running Conky with the '-b' parameter, or adding this to your conkyrc:

double_buffer yes

Q

Why does Conky make my icons disappear?

A

Conky is probably fighting with your desktop manager over drawing to the root window. A quick and easy fix (in your conkyrc):

own_window yes
own_window_type desktop # Try also 'normal' or 'override'

Q

It represents as it on background process of Conky tool.

A
Q

Can Conky use 2 different configurations at once?

A

Sure, just start Conky using the -c flag, like so:

$ conky -c config1
...
$ conky -c config2
...

Q

How can I make Conky print the degree symbol (°) correctly?

A

This is a Problem of character encoding and possibly a bug. Until it has been fixed, there exists a workaround when Conky was built with iconv support. Having a system defaulting to UTF-8, the following could do the trick:

${iconv_start UTF-8 ISO_8859-1}° ${iconv_stop}

Back To Top!
Rank
User
Points

Top Contributers

userNamenaveelansari
135850

Top Contributers

userNameayanbhatti
92510

Top Contributers

userNamehamzaahmed
32150

Top Contributers

1
userNamelinuxhelp
31040

Top Contributers

userNamemuhammadali
24500
Can you help keel johnston ?
Unhide the folders on windows Explorer

Give any solutions to unhide folder using command prompt?

forum3

Networking
  • Routing
  • trunk
  • Netmask
  • Packet Capture
  • domain
  • HTTP Proxy
Server Setup
  • NFS
  • KVM
  • Memory
  • Sendmail
  • WebDAV
  • LXC
Shell Commands
  • Cloud commander
  • Command line archive tools
  • last command
  • Shell
  • terminal
  • Throttle
Desktop Application
  • Linux app
  • Pithos
  • Retrospect
  • Scribe
  • TortoiseHg
  • 4Images
Monitoring Tool
  • Monit
  • Apache Server Monitoring
  • EtherApe 
  • Arpwatch Tool
  • Auditd
  • Barman
Web Application
  • Nutch
  • Amazon VPC
  • FarmWarDeployer
  • Rukovoditel
  • Mirror site
  • Chef
Contact Us | Terms of Use| Privacy Policy| Disclaimer
© 2025 LinuxHelp.com All rights reserved. Linux™ is the registered trademark of Linus Torvalds. This site is not affiliated with linus torvalds in any way.