Code Monkey home page Code Monkey logo

conky-minimalism's Introduction

Conky-Minimalism

A Simple Conky config

Requires:

  • ttf-roboto | AUR
  • Conky with lua support | AUR
  • lm-sensors | AUR

Installation

  1. Extract the zip file
  2. Change the paths in minimalismRC & startup.sh
  3. Run startup.sh

Note: If Core temps are not displayed correctly, see line 264 in clocks.lua

alt text

conky-minimalism's People

Contributors

notranslation avatar xieve avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

conky-minimalism's Issues

Neither of the two options for CPU-temps is working

But I came up with a solution for myself:
My CPU has only one sensor, as it seems, so:

local handle = io.popen("sensors")
local cpuTemp = handle:read("*a")
value = tonumber(cpuTemp:match("CPU Temperature:%s+\+(%d+)"))
handle:close()```

High CPU usage

[ISSUE]
Your conky consumes too much ressources.
I know. Averaging 13% of my old dual-core 1.6 GHz intel i5 is not that much
Still, it's too much for a simple conky

[EXPLANATION]
80% of the CPU usage of your conky is wasted on resizing the enormous archlinux.png icon (to 110x110 if i remember correctly). There is absolutely no need for that big a picture, unless you aim for very-high-dpi support, which i guess is not the case

[FIX]
replace archlinux.png by a downscaled version. Reload the conky. Paf 3% average

startup.sh doesn't work

when i do "bash startup.sh), it shows this. conky: cannot open /home/user/.conky/minimalism/MangoRC: File o directory non esistente . I have downloaded the file and extract it but there isn't MangoRC

No 'MangoRC' file

Hi, startup.sh requires mangorc file to be present but I don't get it when I download this zip and extract. Is it a part of another package? I don't understand to what path I'm supposed to change this.

conky: cannot open /root/.conky/minimalism/MangoRC: No such file or directory

Core temps

core temperature is not displayed, I tried with all the methods written in the file clocks.lua

screen

function conky_clock_rings execution failed

Hello,

I run your script and when I run conky I get six times errors like below, but on screen conky looks and works as it should.

conky: warning: invalid head index, ignoring head settings conky: warning: invalid head index, ignoring head settings conky: desktop window (400011) is subwindow of root window (3d8) conky: window type - dock conky: drawing to created window (0xc00002) conky: drawing to double buffer conky: llua_do_call: function conky_clock_rings execution failed: /home/xyz/.config/conky/clocks.lua:274: attempt to perform arithmetic on a nil value (global 'value') conky: llua_do_call: function conky_clock_rings execution failed: /home/xyz/.config/conky/clocks.lua:274: attempt to perform arithmetic on a nil value (global 'value') conky: llua_do_call: function conky_clock_rings execution failed: /home/xyz/.config/conky/clocks.lua:274: attempt to perform arithmetic on a nil value (global 'value') conky: llua_do_call: function conky_clock_rings execution failed: /home/xyz/.config/conky/clocks.lua:274: attempt to perform arithmetic on a nil value (global 'value') conky: llua_do_call: function conky_clock_rings execution failed: /home/xyz/.config/conky/clocks.lua:274: attempt to perform arithmetic on a nil value (global 'value') conky: llua_do_call: function conky_clock_rings execution failed: /home/xyz/.config/conky/clocks.lua:274: attempt to perform arithmetic on a nil value (global 'value')
clocks.lua is like yours.

I tried to find solution by myself but I can't. Can you help me? :)

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.