Hi Tuomo,
I've just upgraded ion3 from ion-3ds-20050728 to ion-3ds-20050820
and can't manage to get ion3 to behave as before:
The variable "screen=1" for the statusbar is ignored. The statusbar appears on
screen 0.
I have a multihead setup (no xinerama!) and need the statusbar on "screen 1".
DISPLAY variables are Ok. :0.0 (where statusbar now appears and shouldn't)
and :0.1 on the expected target screen.
I renamed /etc/X11/cfg_statusbar.lua to be sure ion3 only takes my file
in .ion3/. I am sure my file is read by ion3, because the configured
date_format and template is as expected.
Here is a part of my cfg_statusbar (it is disordered by my email client - so
don't wonder ...):
-- Create a statusbar
mod_statusbar.create{
-- First screen, bottom left corner
screen=1,
pos='bl',
-- ISO-8601 date format with additional abbreviated day name
date_format='%a %d.%m.%Y %H:%M',
-- date_format='%a %d-%m-%Y %H:%M',
-- Finnish etc. date format
--date_format='%a %d.%m.%Y %H:%M'
-- Locale date format (usually shows seconds, which would require
-- updating rather often and can be distracting)
--date_format='%c',
-- Template. Tokens %string are replaced with the value of the
-- corresponding meter. Currently supported meters are:
-- date date
-- load load average
-- mail_new new mail count (mbox format file $MAIL)
-- mail_unread unread mail count
-- mail_total total mail count
-- Space preceded by % adds stretchable space. > before meter name
-- aligns right, < left, and | centers.
template="[ %date || load: %>load || eth0: %netmon || mail:
%>mail_new/%>mail_total || mpd: %mpd || cpu: %cputemp || fan: %cpufan rpm/s]"
,
--template="[ %date || load: %load || mail: %mail_new/%mail_total ]",
}
My question:
How can i fix that ? Did i oversaw something in RELNOTES ?
Thanks a lot in advance for help and ion3 in general :)
Hans