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