This commit is contained in:
2026-07-10 15:43:26 -05:00
parent f286d1ee87
commit 8dff7723f3
2 changed files with 1 additions and 5 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ class StatusBar:
mem = psutil.virtual_memory()
used = mem.total - mem.available
return f"{used // 1024**3}GB/{mem.total // 1024**3}GB"
return f"{used//1000**3}GB/{mem.total//1000**3}GB" # gib
return self.ram.get(compute)