X-Git-Url: https://git.sthu.org/?p=shutils.git;a=blobdiff_plain;f=dotfiles%2Fconky%2Fhddbar.sh;fp=dotfiles%2Fconky%2Fhddbar.sh;h=1bcc3913d214632b82b305d0b44264ba43611571;hp=0000000000000000000000000000000000000000;hb=e5a6e77d71096cff4b5d1f4b39b76154842af40f;hpb=aed683d1d5066a1ecfa529973bb887b08dfcb893 diff --git a/dotfiles/conky/hddbar.sh b/dotfiles/conky/hddbar.sh new file mode 100755 index 0000000..1bcc391 --- /dev/null +++ b/dotfiles/conky/hddbar.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +df -h | grep /media/storage | awk ' { print $5 } '