Coder Social home page Coder Social logo

conky_script_kde's Introduction

conky_script_kde

Conky is a system monitor software for the X Window System available for GNU/Linux and FreeBSD.KDE plasma often conflicts with default conkyrc file, hence needs to slightly change conkyrc scripts (>=KDE Plasma 5).

Installing Conky

For *buntu/Mint

sudo apt-get install conky-all

For Arch/Manjaro

sudo pacman -S conky-lua (with lua support) sudo pacman -S conky-lua-nv (with both lua & nvidia support)

Installing Conky Manager

For *buntu/Mint

Via ppa

sudo apt-add-repository -y ppa:teejee2008/ppa sudo apt-get update sudo apt-get install conky-manager

Via .deb file

[64bit]

For Arch/Manjaro

yaourt -S conky-manager

start :

$ conky or $ conky -d open conkyrc and change the parameters : $ sudo nano ~/.conkyrc

Fixing isssues with KDE

Open any .conkyrc file and replace

own_window_transparent yes
own_window_type normal
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
with,
own_window_type dock
own_window_argb_visual yes
own_window_transparent yes
own_window_hints below,skip_taskbar,sticky

Additional

Install curl, lm-sensors, hddtemp packages.

Now download included conky folder. Rename it to .conky and place in /home/user directory (replace with previous .conky folder) Open conky-manager and enable widgets

conky_script_kde's People

Contributors

dipch avatar

Stargazers

 avatar  avatar  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.