Git Product home page Git Product logo

conky_desktop_guru's Introduction

Conky Desktop Guru

Screenshot is below ๐Ÿ‘‡ ๐Ÿ‘‡ ๐Ÿ‘‡

How to Install

  1. Run the following command to install conky:

    sudo apt install conky-all

  2. Create the config file:

    conky -C > ~/Documents/conky.config

  3. Create the conky folder in the home directory:

    mkdir ~/.config/conky

  4. Replace the content of the created config file with the content from this file "You can use any text editor to copy the content"

  5. Copy the file to the conky folder in your home directory:

    cp -v ~/Documents/conky.config ~/.config/conky

  6. Adjust the hardware configuration according to your settings

    • Network adapter parameter "Replace enp6s0 with the name of your network adapter". Run the below command to find the name of your network adapter:

      sudo ifconfig

      alt text

    • Processor "Replace AMD Ryzen 5 @ 3.60GHz with the name of your processor"

      alt text

    • The number of your CPU cores, run the following command to find out how many cores is your CPU:

      nproc

    • Temp sensor. You can run this command to find out how many sensors you have:

      ls /sys/class/hwmon

      • Then this command to find the name of each sensor "Make sure to change the number after hwmon to check all your sensors":

      sudo cat /sys/class/hwmon/hwmon4/name

      alt text

  7. Create an auto start item for conky to load once system is started

    alt text

conky_desktop_guru's People

Contributors

moabdrabou avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.