From 70fb22fa5da61703ea93bbe2de817abb712a198c Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 24 Sep 2019 11:03:58 +0300 Subject: [PATCH] docs: update --- pfetch | 1 - 1 file changed, 1 deletion(-) diff --git a/pfetch b/pfetch index 524eaaa..2492afe 100755 --- a/pfetch +++ b/pfetch @@ -62,7 +62,6 @@ get_uptime() { get_memory() { case $os in - # Used memory is calculated using the following "formula" (Linux): # MemUsed = MemTotal + Shmem - MemFree - Buffers - Cached - SReclaimable # Source: https://github.com/KittyKatt/screenFetch/issues/386