HOME | DD

Published: 2010-07-14 22:41:24 +0000 UTC; Views: 9778; Favourites: 20; Downloads: 1673
Redirect to original
Description
this is an update of my bargraph widget : version 2.0 (I added some effects like reflection) and is more easy to setup : it use a table ...archive contains a readme
Related content
Comments: 8
akovia [2014-12-29 20:30:48 +0000 UTC]
Fantastic set of bar graphs!
Was wondering if it was possible to incorporate a bash script for mounted drives so it would stack the bars automatically for drives that are mounted.
ie..
#!/bin/bash
cat /proc/mounts | awk '{
if ( $1 ~ /\/dev/ )
{
num_elem = split($2,str_array,"/")
if (str_array[num_elem] == "")
{
str_array[num_elem] = "/";
}
printf " ${color #98c2c7 }%9.9s:$color ${fs_used %s} ${goto 130} ${fs_free %s} ${goto 190} ${color #78af78 }${fs_bar 6 %s}\n", str_array[num_elem], $2, $2, $2
}
}'
👍: 0 ⏩: 0
neecride [2011-10-16 00:55:52 +0000 UTC]
J'aime bien les Bargraph tu fait toi même tes lua ?? moi je trouve ça chaud a réalisé !!!
👍: 0 ⏩: 1
wlourf In reply to neecride [2011-10-16 12:04:39 +0000 UTC]
Oui, c'était amusant à faire ! si tu as besoin d'un coup de main pour configurer, n'hésite pas à poster dans le topic des conky sur le forum crunchbang-fr.
👍: 0 ⏩: 0
davitodd [2010-08-26 11:30:58 +0000 UTC]
Nice. Been looking for something like that for a while now.
👍: 0 ⏩: 0