conky: Update and more files
[shutils.git] / dotfiles / conky / hddinfo.sh
diff --git a/dotfiles/conky/hddinfo.sh b/dotfiles/conky/hddinfo.sh
new file mode 100755 (executable)
index 0000000..de6198b
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+df -h | grep -m 1 /media/storage | awk ' { print $3 " / " $2  } '