From 76cf024485d57ecb126991f75131d078fa48c1df Mon Sep 17 00:00:00 2001 From: Scott Sibley Date: Thu, 2 Sep 2010 23:37:01 +0000 Subject: [PATCH] Remove the space between number and decoration --- config.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, -- 1.7.9.5