From 5fe4be68419ac7272d949363c4e7137962fd49bb Mon Sep 17 00:00:00 2001 From: Scott Sibley Date: Thu, 2 Sep 2010 23:28:08 +0000 Subject: [PATCH] Smooth up demo --- config.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.lua b/config.lua index a4b21ff..235253d 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 '--------' .. format("%.2f", memdiff / totaldiff * 100) .. "%" .. "-------" + 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, -- 1.7.9.5