![]() |
2009-12-21
, 14:15
|
|
Posts: 670 |
Thanked: 359 times |
Joined on May 2007
|
#32
|
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?
![]() |
2009-12-21
, 16:54
|
Posts: 1,283 |
Thanked: 370 times |
Joined on Sep 2009
@ South Florida
|
#33
|
![]() |
2009-12-22
, 08:29
|
Posts: 95 |
Thanked: 47 times |
Joined on Sep 2009
|
#34
|
![]() |
2009-12-22
, 10:29
|
|
Posts: 670 |
Thanked: 359 times |
Joined on May 2007
|
#35
|
You should be able to create multiple startup Icons that Launch Conky with different Config files, ehh?
[Desktop Entry] Version=1.0 Encoding=UTF-8 Name=Conky Icon=conky Exec=/usr/bin/conky.sh Type=Application
Exec=`which conky` -d -c path-to-my-conky.conf
The Following User Says Thank You to fnordianslip For This Useful Post: | ||
![]() |
2009-12-23
, 02:43
|
|
Posts: 670 |
Thanked: 359 times |
Joined on May 2007
|
#36
|
![]() |
2009-12-23
, 02:58
|
|
Posts: 670 |
Thanked: 359 times |
Joined on May 2007
|
#37
|
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
![]() |
2009-12-23
, 19:49
|
Posts: 8 |
Thanked: 0 times |
Joined on Dec 2009
|
#38
|
![]() |
2009-12-24
, 15:56
|
|
Posts: 670 |
Thanked: 359 times |
Joined on May 2007
|
#39
|
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.
![]() |
2009-12-29
, 22:18
|
Posts: 9 |
Thanked: 7 times |
Joined on Dec 2009
|
#40
|
Perhaps, or something like it. I didn't put any content in the default conky.conf that was accessible on the status bar, so that's why there's no battery info in it at the moment.
The other thing is that I'm not sure the way Jaysire's doing it at the moment is ideal, because that value from lshal doesn't seem to change during charging, and only updates a few seconds after the charger is unplugged. Perhaps some more logic is required in the helper script to determine charging status and report something slightly different through conky.
${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;}'} .
The Following 6 Users Say Thank You to Snafu For This Useful Post: | ||
N800/OS2007|N900/Maemo5
-- Metalayer-crawler delenda est.
-- Current state: Fed up with everything MeeGo.