![]() |
Re: Conky now in fremantle extras-testing
It looks very interesting. But with such (apparent) fine-grained sampling, isn't there a risk that the monitoring application itself will take the OMAP3 SoC out of its best power-saving modes? Can someone reassure me here?
|
Re: Conky now in fremantle extras-testing
Quote:
It seems as though running conky places less load on the CPU than running htop (but more than top) in xterm, so I still think it is reasonable. However, in general, I can offer no such reassurances. I don't advocate running conky continuously on your device if you are concerned about power consumption (which we all are, of course). This is part of the reason why I haven't yet attempted to widgetise it - I don't think I'd want it eating cycles on my desktop continuously. The other part of the reason I haven't widgetised it yet is, of course, down to my incompetence :) |
Re: Conky now in fremantle extras-testing
You should be able to create multiple startup Icons that Launch Conky with different Config files, ehh?
|
Re: Conky now in fremantle extras-testing
Hi
Thanks for the work on conky, I loved this program on my PC Is it possible to add calendar events and weather information? they are the only widgets I use and I would love to use only conky on the desktop |
Re: Conky now in fremantle extras-testing
Quote:
The desktop file is in /usr/share/applications/hildon/conky.desktop. It's contents are: Code:
[Desktop Entry]So you should be able to clone the desktop file and Exec conky directly with a line like: Code:
Exec=`which conky` -d -c path-to-my-conky.confI've not tried any of this yet, so YMMV :) |
Re: Conky now in fremantle extras-testing
It seems that I overlooked the 10 days quarantine period for promotion from extras-testing to extras, so hopefully, we will have Conky in extras in time for 2010 :)
|
Re: Conky now in fremantle extras-testing
Quote:
I don't know about the calendar events, but my guess is that Conky wouldn't support integration with the maemo stuff, as it is. Sorry I can't be of much help here. |
Re: Conky now in fremantle extras-testing
Hello there, i am new to the N900 and new to Linux in general. Looks like you have to install this app using the TermX. Anyone care to post a quick guide? This app looks pretty useful!
Thank you. |
Re: Conky now in fremantle extras-testing
Quote:
Currently, Conky is in the Extras-testing repository, where it will remain until New Years Eve, and then will hopefully be promoted to Extras. It has enough votes already, so there should be no problem with the promotion, and there are no reported issues. If you want to try it now, then you would need to enable the Extras-testing repo in application Manager, and then download the Conky package. See the Extras-Testing page in the wiki here. The section on "How to activate Extras-testing" tells you how to enable the extras-testing repo in Application Manager. Please note that other packages in the extras-testing repo may be unstable and cause issues, so it is probably best to enable it temporarily if you wish to install conky, then disable it afterwards. You will be pleased to know that you don't need to use the terminal to install it:) Have fun :) |
Re: Conky now in fremantle extras-testing
1 Attachment(s)
First of all: Thank you fnordianslip and rcull for your wonderful work here. :)
Quote:
Quote:
Before finding this thread I thought about a similar solution. I just added Code:
${color yellow}Battery:$color ${goto 110}${color red}${execi 30 if [ "`hal-device bme |grep "is_charging\|is_discharging" |awk '{print $3;}' |sed -e :a -e '$!N;s/\n/ /;ta'`" = "false true" ]; then echo "Charging!"; fi}$color${goto 310}${execi 30 hal-device bme |grep "percentage" |awk '{print $3;}'}%${goto 350}${color green}${execibar 30 hal-device bme |grep "percentage" |awk '{print $3;}'} This displays the string "Charging!" if the battery is being charged (and not just connected to the PC/Power together wit the percentage and a bar. (see screenshot) The information is updated every 30 sec to save CPU-Cycles. The only thing I miss is the option "default_bar_size" which is not available in the current build. With this option the bar would be the right size. Have fun! |
| All times are GMT. The time now is 18:04. |
vBulletin® Version 3.8.8