Giter Club home page Giter Club logo

Comments (6)

android-808 avatar android-808 commented on June 9, 2024

I'll add this to the list. We've played with this several times before, with every attempt having some kind of shortfall.

from conky_colors.

helmuthdu avatar helmuthdu commented on June 9, 2024

I have fixed this in the last commit, check out. ( at least worked for me)

from conky_colors.

android-808 avatar android-808 commented on June 9, 2024

Testing here is a little harder, lm-sensors/coretemp never worked right. For example it has just gone 28 to 6 in a second, but hey at least it's not negative today.

The only issue I'm seeing at the moment is the lack of oC or oF.

from conky_colors.

jdarnold avatar jdarnold commented on June 9, 2024

Hmm, I don't think that is right. Looks like the sed got changed to :

sed 's/.0.*//'

which says to match any a string that is any character followed by a zero, followed by all the rest of the characters.

from conky_colors.

android-808 avatar android-808 commented on June 9, 2024

See what I mean, always some small technicality :p

from conky_colors.

android-808 avatar android-808 commented on June 9, 2024

Currently I'm trying out

sed 's/.[0-9]//g'

This should match any '.' and any following numbers only, leaving the temperature units in place. Please test it as my laptop isn't correctly supported by lmsensors. Either that or my cooling system is ridiculously good inside (4oC now, -2 on boot)

Only issue is it breaks alignment

from conky_colors.

Related Issues (20)

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.