Quantcast

Remove the space between number and decoration

Scott Sibley [09-02-10 - 23:37]
Remove the space between number and decoration
Filename
config.lua
diff --git a/config.lua b/config.lua
index 235253d..5f4b992 100644
--- a/config.lua
+++ b/config.lua
@@ -168,7 +168,7 @@ end
 mem, percent, memdiff, totalMem, totaldiff = GetMemUsage("StarLibs-1.0")
 if mem then
     if totaldiff == 0 then totaldiff = 1 end
-    return '---MEM: ' .. format("%.2f", memdiff / totaldiff * 100) .. "%" .. " :MEM---"
+    return '-==MEM:: ' .. format("%.2f", memdiff / totaldiff * 100) .. "%" .. "::MEM==-"
 end
 ]],
 		align = ALIGN_PINGPONG,
@@ -263,7 +263,7 @@ end
 cpu, percent,cpudiff, totalCpu, totaldiff = GetMemUsage("StarLibs-1.0")
 if cpu then
     if totaldiff == 0 then totaldiff = 1 end
-    return '---CPU: ' .. format("%.2f", cpudiff / totaldiff * 100) .. "%" .. " :CPU---"
+    return '-==CPU::' .. format("%.2f", cpudiff / totaldiff * 100) .. "%" .. "::CPU==-"
 end
 ]],
 		align = ALIGN_PINGPONG,