From 8633c82378ab9b3a88b956def1a05cb76b4c11fd Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Sun, 6 Sep 2020 08:26:26 -0400 Subject: added freebsd US FTP mirror ranker --- i3blocks-disk.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i3blocks-disk.sh') diff --git a/i3blocks-disk.sh b/i3blocks-disk.sh index c1ad745..704e03e 100755 --- a/i3blocks-disk.sh +++ b/i3blocks-disk.sh @@ -1,4 +1,4 @@ #!/bin/sh icon=󰋊 -printf "$icon%s\n" $(df -h | awk '$6=="/" { print $5 }') +printf "$icon%s\n" $(df -h | awk '$6=="/usr/home" { print $5 }') -- cgit v1.2.3