Giter Club home page Giter Club logo

conky-minimalism's Issues

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? :)

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()```

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

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

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.