summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xarchey32
1 files changed, 1 insertions, 1 deletions
diff --git a/archey3 b/archey3
index 9fb48ab..c81d282 100755
--- a/archey3
+++ b/archey3
@@ -220,7 +220,7 @@ class ramDisplay(display):
total = int(ram[1])
title = 'RAM'
try:
- persentage = 100 - (used / total * 100)
+ persentage = (used / total * 100)
except:
used += ' MB'
else: