LucasSymons / conky-grapes

conky-grapes a script to generate comky config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

conky-grapes

Fork

I forked this from Popi to host my own config and have my settings in it. You're free to use it however you like.

Source POPI gitlab server

What is it

This repository aims at providing you everything you need to be able to very quickly build a fantastic grape-shaped lua/ conky adapted to your machine including:

  • Metrics on temperature, cpu (maximum fixed to 8 cpu to display), disks (maximum 3 filesystem), memory (ram and swap), networking (we select the interface used as default gateway), and battery when relevant.
  • Visual monitoring for high temperature, low disk space and low battery charge (orange is warning, red is critical)
  • A set of pre-defined colours that allows to easily adapt your settings to different backgrounds (colors can be added/ changed in the python file fairly easily).
  • Possibility to select different colors for the rings, the section titles, and the text.

note: the limits on cpu and filesystems are for display reason.

Why use it

To tune up your desktop of course! It is under GPLv3 License, so feel free to use, study, improve and share as you please.

How to use it

  • If you already know your way around, all you need is:
    • install conky-full
    • clone this repo to ~/.conky/conky-grapes
    • install the fonts
    • use create_config.py to generate your configuration (use -h to display help)
    • enjoy color combinations and spend a fairly big amount of time looking at those magic rings
 -----------------------------
< ALL GLORY TO THE HYPNOTOAD! >
 -----------------------------
        \   ^__^
         \  (@@)\_______
            (__)\       )\/\
             U ||----w |
                ||     ||
  • If you haven't used or set up any conky before, please go to the Wiki page (that you can also edit with your inputs!)

About

conky-grapes a script to generate comky config

License:GNU General Public License v3.0


Languages

Language:Python 100.0%