View Single Post
fnordianslip's Avatar
Posts: 670 | Thanked: 359 times | Joined on May 2007
#6
Aha.

Found a solution to the fs bars here.

That bit of my conky.conf now looks like:
Code:
${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}
Notice the double space after alignr. it is actually the first space that gets right-aligned, shoving the bar up against the edge of the window.

I'll tweak the default conf in the next package version.
__________________
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.
 

The Following 2 Users Say Thank You to fnordianslip For This Useful Post: