{"id":1320,"date":"2021-12-16T12:57:55","date_gmt":"2021-12-16T09:57:55","guid":{"rendered":"https:\/\/files2.tojikon.net\/files-cloud\/2021\/09\/17\/how-to-add-system-information-to-the-linux-desktop\/https:\/\/files2.tojikon.net\/files-cloud\/2021\/09\/17\/how-to-add-system-information-to-the-linux-desktop\/"},"modified":"2021-12-16T12:57:55","modified_gmt":"2021-12-16T09:57:55","slug":"how-to-add-system-information-to-the-linux-desktop","status":"publish","type":"post","link":"https:\/\/tojikon.net\/en\/1320-how-to-add-system-information-to-the-linux-desktop\/","title":{"rendered":"How to add system information to the Linux desktop"},"content":{"rendered":"<section id=\"related_posts\">\n<div class=\"block-head\">\n<h3>Related Articles<\/h3>\n<\/div>\n<\/section>\n<p>Conky is a system monitor tool for the Linux desktop. With it, users can view everything from their RAM usage, CPU usage, disk usage, and more right on the desktop. Here\u2019s how to get it working on your system.<\/p>\n<p>Note: Conky doesn\u2019t work on Linux desktop environments that use Wayland.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-407543 size-full\" src=\"https:\/\/www.addictivetips.com\/app\/uploads\/2021\/09\/conky-running.png\" alt=\"\" width=\"1200\" height=\"666\" srcset=\"https:\/\/www.addictivetips.com\/app\/uploads\/2021\/09\/conky-running.png 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-add-system-information-to-the-linux-desktop-1.png 300w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-add-system-information-to-the-linux-desktop-2.png 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-add-system-information-to-the-linux-desktop-3.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n<h2>Installing Conky on Linux<\/h2>\n<p>Conky is an incredible tool that users can install to display system information right on the desktop. Conky has been around a long time, and as a result, is supported on a wide variety of Linux operating systems.<\/p>\n<p>Before we can go over how to use Conky to display information on your Linux desktop, you\u2019ll need to install the program. To install Conky on Linux, start by opening up a terminal window on the Linux desktop.<\/p>\n<p>To open up a terminal window on the Linux desktop, press <strong>Ctrl + Alt + T<\/strong> on the keyboard. Alternatively, you can open a terminal window by searching for \u201cTerminal\u201d in the app menu.<\/p>\n<h4>Ubuntu<\/h4>\n<p>To get the Conky application set up in Ubuntu, use the <strong>apt install<\/strong> command and install the \u201cconky\u201d package.<\/p>\n<pre>\nsudo apt install conky\n<\/pre>\n<p>After writing in the above command, you\u2019ll be asked to enter a password. Using your keyboard, write in your password into the terminal prompt and press <strong>Enter<\/strong>. Then, press the <strong>Y<\/strong> key on the keyboard to confirm you wish to install Conky on Ubuntu.<\/p>\n<h4>Debian<\/h4>\n<p>If you\u2019re using Debian, you\u2019ll be able to get the Conky application installed on your system using the <strong>apt-get install<\/strong> command below. Keep in mind, as Debian is slow to update, this version of Conky might be out of date.<\/p>\n<pre>\nsudo apt-get install conky\n<\/pre>\n<p>Once you write in the command above in the terminal, Debian will ask for your password. Using your keyboard, write in the password. Then, press the <strong>Enter key<\/strong> to continue.<\/p>\n<p>After pressing the <strong>Enter<\/strong> key, Debian will ask you to confirm you wish to install Conky after pressing <strong>Y<\/strong> on the keyboard after pressing the Enter key. Do so to install the application on your Debian system.<\/p>\n<h4>Arch Linux<\/h4>\n<p>The Conky application can be installed on your Arch Linux system with the <strong>pacman<\/strong> command. Using the command below, install the app on your system.<\/p>\n<pre>\nsudo pacman -S conky\n<\/pre>\n<p>Upon writing the command above into a terminal, Arch Linux will ask for a password. Using your keyboard, write in the password. Then, press the <strong>Y<\/strong> key to continue installing Conky.<\/p>\n<h4>Fedora<\/h4>\n<p>If you want to install Conky on Fedora Linux, you\u2019ll have to do it with the <strong>dnf<\/strong> command below.<\/p>\n<pre>\nsudo dnf install conky\n<\/pre>\n<p>After writing the command above into the terminal window, Fedora will ask for a password. Using your keyboard, write your password into the prompt. Then, press the <strong>Y<\/strong> key to install Conky on your system.<\/p>\n<h4>OpenSUSE<\/h4>\n<p>Need to get Conky working on OpenSUSE Linux? You\u2019ll be able to install it on your computer using the <strong>zipper install<\/strong> command below.<\/p>\n<pre>\nsudo zypper install conky\n<\/pre>\n<p>After writing in the command above, OpenSUSE will ask for your password. Using the keyboard, write in your password. Then, press the <strong>Y<\/strong> key to continue installing Conky.<\/p>\n<h2>Running Conky<\/h2>\n<p>The command line runs Conky, but it is not a terminal tool. Instead, it displays itself on the desktop of any Linux desktop UI. To get it to work, do the following.<\/p>\n<p>First, press the <strong>Alt + F2<\/strong> keys on the keyboard at the same time. Doing this will open up your desktop\u2019s command launch bar. In this bar, type in \u201cconky.\u201d Then, press the <strong>Enter<\/strong> key on the keyboard.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-407542 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-add-system-information-to-the-linux-desktop.png\" alt=\"\" width=\"1200\" height=\"678\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-add-system-information-to-the-linux-desktop.png 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-add-system-information-to-the-linux-desktop-4.png 300w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-add-system-information-to-the-linux-desktop-5.png 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-add-system-information-to-the-linux-desktop-6.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n<p>When you press the <strong>Enter<\/strong> key on the keyboard, you\u2019ll execute the command. With this command is launched, Conky will display on your desktop. If you wish to close Conky, do the following.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-407543 size-full\" src=\"https:\/\/www.addictivetips.com\/app\/uploads\/2021\/09\/conky-running.png\" alt=\"\" width=\"1200\" height=\"666\" srcset=\"https:\/\/www.addictivetips.com\/app\/uploads\/2021\/09\/conky-running.png 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-add-system-information-to-the-linux-desktop-1.png 300w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-add-system-information-to-the-linux-desktop-2.png 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-add-system-information-to-the-linux-desktop-3.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n<p>Press <strong>Alt + F2<\/strong> on the keyboard to open up the command launch bar again. Then, use the command \u201ckillall conky\u201d to close the Conky window on your desktop. You can also run this command in a terminal window.<\/p>\n<h3>Running Conky at startup<\/h3>\n<p>To run the Conky application at startup, you have to create a desktop entry in the autostart folder. To do this, open up a terminal window and use the <strong>touch<\/strong> command to create a new file.<\/p>\n<pre>\ntouch ~\/.config\/autostart\/conky.desktop\n<\/pre>\n<p>After creating the new file, open up the Nano text editor using the command below.<\/p>\n<pre>\nnano -w ~\/.config\/autostart\/conky.desktop\n<\/pre>\n<p>Inside of the Nano text editor, paste the following code into the text box.<\/p>\n<p><code>[Desktop Entry]Name=Conky<br \/>GenericName=background monitor<br \/>Exec=conky &amp;<br \/>Terminal=false<br \/>Type=Application<br \/>Icon=conky<br \/>Categories=System;<br \/>StartupNotify=false<br \/>Name[en_US]=conky<\/code><\/p>\n<p>After pasting the code, press <strong>Ctrl + O<\/strong> on the keyboard to save your edits. After that, close the Nano text editor by pressing <strong>Ctrl + X<\/strong> on the keyboard. From now on, when you boot up, you\u2019ll see Conky on the desktop!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Related Articles Conky is a system monitor tool for the Linux desktop. With it, users can view everything from their RAM usage, CPU usage, disk usage, and more right on the desktop. Here\u2019s how to get it working on your system. Note: Conky doesn\u2019t work on Linux desktop environments that use Wayland. Installing Conky on &hellip;<\/p>\n","protected":false},"author":1,"featured_media":1321,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[21],"tags":[33],"_links":{"self":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1320"}],"collection":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/comments?post=1320"}],"version-history":[{"count":0,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1320\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media\/1321"}],"wp:attachment":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media?parent=1320"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/categories?post=1320"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/tags?post=1320"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}