The Following 32 Users Say Thank You to fnordianslip For This Useful Post: | ||
|
2009-12-18
, 19:04
|
|
Posts: 2,154 |
Thanked: 2,186 times |
Joined on Dec 2009
@ Hellsinki, Finland
|
#2
|
|
2009-12-18
, 21:05
|
Posts: 233 |
Thanked: 170 times |
Joined on Nov 2009
@ Finland
|
#4
|
You can tweak/replace the installed conky.conf, or you can put your own somewhere else (i.e. ~/.conky.conf) and edit (or clone/modify) the desktop file in /usr/share/applications/hildon/conky.desktop.
|
2009-12-18
, 21:16
|
|
Posts: 670 |
Thanked: 359 times |
Joined on May 2007
|
#5
|
Thanks! Now for getting it as an overlay on the desktop...
Anyway: How did you get the file system bars even like that? Mine all have different lengths and it looks bad, since the left margin isn't straight.
I managed to fix it by adding / removing spaces in the conf file, but that won't keep it good looking for much longer, when the usage numbers change...
|
2009-12-18
, 22:04
|
|
Posts: 670 |
Thanked: 359 times |
Joined on May 2007
|
#6
|
${color grey}rootfs $color${fs_free /}/${fs_size /} ${color grey}free $alignr $color${fs_bar 8,440 /} ${color grey}home $color${fs_free /home}/${fs_size /home} ${color grey}free $alignr $color${fs_bar 8,440 /home} ${color grey}MyDocs $color${fs_free /home/user/MyDocs}/${fs_size /home/user/MyDocs} ${color grey}free $alignr $color${fs_bar 8,440 /home/user/MyDocs} ${color grey}mmc1 $color${fs_free /media/mmc1}/${fs_size /media/mmc1} ${color grey}free $alignr $color${fs_bar 8,440 /media/mmc1}
|
2009-12-18
, 22:11
|
Posts: 377 |
Thanked: 97 times |
Joined on Dec 2009
@ US
|
#7
|
The Following User Says Thank You to That One Guy For This Useful Post: | ||
|
2009-12-18
, 22:43
|
Posts: 233 |
Thanked: 170 times |
Joined on Nov 2009
@ Finland
|
#8
|
${color grey}Battery: $color ${head /home/user/batterylevel 1}%
#!/bin/sh
while :
dolshal | grep battery.charge_level.percentage | awk '{print $3}' > /home/user/batteryleveldone
sleep 120
The Following User Says Thank You to jaysire For This Useful Post: | ||
|
2009-12-18
, 22:55
|
Posts: 86 |
Thanked: 10 times |
Joined on Nov 2009
|
#9
|
|
2009-12-18
, 23:09
|
|
Posts: 670 |
Thanked: 359 times |
Joined on May 2007
|
#10
|
It looks like this (thanks to rcull for his config tweaks):
The default conky.conf is installed in /etc/conky/conky.conf. There is a conky.sh launcher script invoked by the desktop file that launches conky with /home/user/MyDocs/conky.conf if that config file exists, otherwise it reverts to the default. The default conf uses the droid fonts, so those are installed as a dependency. It is all optified.
Conky doesn't run as a widget, yet, just as a regular application.
Change log
conky (1.6.1-0maemo5-1.1) freemantle; urgency=low
Fixed broken install of default conky.conf in /etc/conky/
Using conky.conf from rcull, with some tweaks.
conky (1.6.1-0maemo5-1.0) freemantle; urgency=low
debian/control file now contains BugTracker URL.
debian/control contains updated description.
First release build for extras.
conky (1.6.1-0maemo5-0.8) freemantle; urgency=low
Desktop file now runs launcher script.
Launcher script (conky.sh) now launches with conky.conf from
/home/user/MyDocs/ if found, otherwise defaults to
/etc/conky/conky.conf.
Default conf now properly aligns the filesystem bars.
Default conf now hides info for MyDocs and mmc1 when they are unmounted.
Default conf now masks properties for gprs0 and wlan0 when they are not
connected.
Edits
Mon 21st Dec 2009. Edited for build 1.1
Tue 22nd Dec 2009. No more votes needed for build 1.1
Class .. : Lame hacker & beardy boffin
Humour . : [#######---] Alignment: Apathetic anarchist
Patience : [####------] Weapon(s): My cat, my code.
Agro ... : |#---------] Relic(s) : N900, MacBookPro, NSLU2, N800, SheevaPlug, Eee-901, Core2-Quad, PS3
"In theory, theory and practice are the same. In practice, they're not."
--
Beware of extras-devel.
Last edited by fnordianslip; 2009-12-22 at 10:56. Reason: No more votes needed for package in extras-testing