From 87e77d74b76a82c55cd5269f90d6f3f6b94a60d7 Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Tue, 29 Oct 2019 19:49:18 +0100 Subject: 3idisk.sh now shows filled instead of empty. --- i3blocks/i3disk.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i3blocks') diff --git a/i3blocks/i3disk.sh b/i3blocks/i3disk.sh index 6fc5cb6..a1aae81 100755 --- a/i3blocks/i3disk.sh +++ b/i3blocks/i3disk.sh @@ -8,4 +8,4 @@ case $BLOCK_BUTTON in $home" ;; esac -df -h | grep "/home$" | awk '{print $4"/"$2}' +df -h | grep "/home$" | awk '{print $3"/"$2}' -- cgit v1.2.1