maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [Request] Beautify "Conky" (https://talk.maemo.org/showthread.php?t=52495)

Andre Franc 2011-06-24 15:32

Re: [Request] Beautify "Conky"
 
Thanks for this....one request though, can you change the temperature from Fahrenheit to Celcius? I live in Asia region and we don't often use Fahrenheit here...
Or you can show me how to change it...

zoner 2011-06-24 16:31

Re: [Request] Beautify "Conky"
 
Quote:

Originally Posted by Andre Franc (Post 1038171)
Thanks for this....one request though, can you change the temperature from Fahrenheit to Celcius? I live in Asia region and we don't often use Fahrenheit here...
Or you can show me how to change it...

sure, line 70, change:
{ print $1*(9/50)+32}
to:
{ print $1}
and change the F to a C at the end of that line

phap 2011-06-25 06:49

Re: [Request] Beautify "Conky"
 
Thanks, I love this conky!
I use it with the same kernel power 47 but the temperature doesn't show. Do someone know how to solve this?

Andre Franc 2011-06-26 17:12

Re: [Request] Beautify "Conky"
 
Quote:

Originally Posted by zoner (Post 1038217)
sure, line 70, change:
{ print $1*(9/50)+32}
to:
{ print $1}
and change the F to a C at the end of that line

Thanks...I did exactly what you told me to do but now it shows something like 301 C. Did I miss soimething?

zoner 2011-06-27 09:21

Re: [Request] Beautify "Conky"
 
Quote:

Originally Posted by Andre Franc (Post 1039494)
Thanks...I did exactly what you told me to do but now it shows something like 301 C. Did I miss soimething?

no, i did, should be print $1/10

Andre Franc 2011-06-27 09:54

Re: [Request] Beautify "Conky"
 
Quote:

Originally Posted by zoner (Post 1039877)
no, i did, should be print $1/10

yup...that did it. thanx, man...:)

sanros 2011-06-27 19:09

Re: [Request] Beautify "Conky"
 
1 Attachment(s)
Quote:

Originally Posted by zoner (Post 1038217)
sure, line 70, change:
{ print $1*(9/50)+32}
to:
{ print $1}
and change the F to a C at the end of that line

hello zoner,
need help i really liked your style conky :) but have a problem
when i edit file to change temp type by this command- { print $1/10}
the conky get distorted(see pic below)
please help out. i will appreciate your help

zoner 2011-06-27 20:16

Re: [Request] Beautify "Conky"
 
1 Attachment(s)
Quote:

Originally Posted by sanros (Post 1040205)
the conky get distorted

eek - do you have droid fonts? looks like you need to either get the droid fonts or change all of the font settings.

here's one with celcius

Creamy Goodness 2011-06-27 20:40

Re: [Request] Beautify "Conky"
 
Wow, some of you guys still ignore the battery info variables and spawn a command prompt every 3 seconds to read the info and awk it. How do you think that is for your battery life? Go find and read the other thread for details.
How about for use of the command prompt in the next version you need to have the setting NOOB=TRUE at the top of your config?

-edit-
okay, 30 seconds, not 3, but it's still not good...

zoner 2011-06-27 21:44

Re: [Request] Beautify "Conky"
 
Quote:

Originally Posted by Creamy Goodness (Post 1040290)
How about for use of the command prompt in the next version you need to have the setting NOOB=TRUE at the top of your config?

cool post and thanks for the help, i'll update my config asap!

Creamy Goodness 2011-06-27 21:54

Re: [Request] Beautify "Conky"
 
official conky doc says this btw: (for exec)
"Executes a shell command and displays the output in conky. warning: this takes a lot more resources than other variables. I'd recommend coding wanted behaviour in C and posting a patch. "
execi 30 in your conf is better, it only does that every 30 seconds, but if you use the built in battery variables at least it will update on every pass with little to no overhead. Plus you don't have to divide it by 10 any more.

sanros 2011-06-29 04:38

Re: [Request] Beautify "Conky"
 
Quote:

Originally Posted by zoner (Post 1040258)
eek - do you have droid fonts? looks like you need to either get the droid fonts or change all of the font settings.

here's one with celcius

thanks this file works perfectly :).
i dont know why it was not working when i was editing it.
and i do have droid fonts i have them in usr/home/.fonts( is this ok or i have to put them in some other folder?)

thank you again :)

Andre Franc 2011-11-13 14:36

Re: [Request] Beautify "Conky"
 
Hi!
I just updated my kernel to version 48 from 47 and now my conky doesn't show the battery temperature anymore.
What happened? Any help?


All times are GMT. The time now is 11:00.

vBulletin® Version 3.8.8