From d552ce8e6de88ee7ff362d3a6a9ad746e876fbc5 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Wed, 13 May 2020 17:58:26 -0400 Subject: fixed email address --- i3blocks-memory.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i3blocks-memory.sh') diff --git a/i3blocks-memory.sh b/i3blocks-memory.sh index e40c2df..308b2b1 100755 --- a/i3blocks-memory.sh +++ b/i3blocks-memory.sh @@ -1,4 +1,4 @@ #!/bin/sh icon=󰍛 -printf "$icon %s\n" $(vmstat -h | tail -1 | cut -w -f5) +printf "$icon %s\n" $(top -d 1 | grep Mem | cut -w -f2) -- cgit v1.2.3