aboutsummaryrefslogtreecommitdiff
path: root/templates/.bin/get_disk
diff options
context:
space:
mode:
Diffstat (limited to 'templates/.bin/get_disk')
-rwxr-xr-xtemplates/.bin/get_disk4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/.bin/get_disk b/templates/.bin/get_disk
new file mode 100755
index 0000000..6113c41
--- /dev/null
+++ b/templates/.bin/get_disk
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+avail=$(df -h --output=avail / | tail -n1 | sed 's/ //g')
+echo "<span font='FontAwesome'></span> $avail"