On Wed, Apr 04, 2007 at 01:31:18AM +0100, Ben Hutchings wrote: > On Wed, 2007-04-04 at 01:11 +0200, Pierre Habouzit wrote: > > Package: ion3 > > Version: 20070318-2 > > Severity: minor > > > > As you can see on the screenshot, there is some "dirty" pixels in the > > statusd, maybe because I use an utf-8 vertical pipe to separate fields. > > Please could you report what the statusbar template is.
Of course, I create it using that snipplet:
local tpl = "%date │ <%mpd> %filler"
local f = io.open("/proc/acpi/battery")
if f then
tpl = tpl .. " %{linuxbatt_state}%{linuxbatt}%%"
f:close()
end
tpl = tpl.." │ %{mem_hused} Mo │ %{cpufreq_M} MHz (idle:
%cpustat_idle) │ %load │ %systray"
But the glitch appears as soon as I use the utf-8 vertical pipe
--
·O· Pierre Habouzit
··O [EMAIL PROTECTED]
OOO http://www.madism.org
pgpAop9OgdM0k.pgp
Description: PGP signature

