Fixed CPU usage and memory for i3blocks

This commit is contained in:
2018-12-03 14:01:54 -05:00
parent 6e90123d6f
commit ad5772fae9
5 changed files with 19 additions and 21 deletions

View File

@@ -40,7 +40,7 @@ END {
if (type == "swap")
printf("%.1fG\n", (swap_total-swap_free)/1024/1024)
else
printf("%.1fG\n", mem_free/1024/1024)
printf("%.1fG\n", (mem_total-mem_free)/1024/1024)
# TODO: short text