[Main] # font which is used to display the osd # you can get the available fonts for your machine from xfontsel # i prefer this one - but it is not available everywhere # Font=-*-lucida-*-r-*-*-24-*-*-*-*-*-iso8859-15 Font=-*-*-*-*-*-*-24-*-*-*-*-*-*-* # how long should a message be displayed Timeout=5 # how many lines should be displayed Lines=20 # maximum length of a line Linelen=60 # colour of the osd text. look into your XFree86 rgb.txt for others Colour=yellow # colour of osd status change messages ControlColour=grey # HPos is the horizontal position of the OSD # valid values are left, right, center HPos=left # VPos is the vertical position of the OSD # valid values are top, bottom, middle VPos=bottom # HOffset is the horizontal offset (=distance from left/right) of the OSD # use this to displace the OSD on the second screen in multiscreen environments HOffset=0 # VOffset is the vertical offset (=distance from top/bottom) of the OSD VOffset=90 # when a message arrives before the previous one has timeouted - # should we wait ? # do only use 0 or 1. (true/false, on/off, ... do NOT work) Wait=1 # show messages of users ? # 0=dont show # 1=show all # 2=show messages of Online notify users # 3=show only information that a message has been sent (like in sim) # 4=show only information that a message has been sent (like in sim), only for Online notify users Showmessages=1 # show logon/off of users ? # 0=dont show # 1=show all # 2=show logon/off of Online notify users Showlogon=0 # how long after our logon or logoff should no message be displayed # this is some sort of a hack: # when we logon we get all the users who are online at the moment # as an logon event. Usually you dont want to show all of them in a row # (especially when wait = true), but only the ones who log on / off while # you are online. # note that this timeout is used when the plugin is loaded AFTER logon # (via plugin manager). This is a side effect of this hack. # set this to 0 if you want to get the logon messages on startup too Quiettimeout=10 # offset for shadow, 0 equals no shadow ShadowOffset=0 # offset for outline, 0 equals no outline OutlineOffset=2 # colour for shadow. look into your XFree86 rgb.txt for others ShadowColour=black # colour for outline. look into your XFree86 rgb.txt for others OutlineColour=black # show status change of users? # 0 = no # 1 = all users # 2 = only for online notify users ShowStatusChange=0 # this is an extra delay per character of the message. # by using this you can achieve, that long messages are displayed # longer than short ones # The delay is specified in milliseconds, though only full seconds # will take effect # example: if DELAYPERCHARACTER is 200, then a message with 12 characters # will be displayed for DISPLAYTIMEOUT+2 seconds # (-->200*12 / 1000(1second) = 2.4, 0.4 ignored) DelayPerCharacter=100 # show an osd message whenever a user checks your auto response # 0=dont show # 1=show all # 2=show autoresponse check of Online notify users ShowAutoResponseCheck=0 # messages which are sent via a secure connection will me marked with # a (S) MarkSecureMessages=0 # If this option is enabled, then the osd messages will only be shown # if _you_ are in one of those stati. # As long as this is commented out, the messages will _always_ be displayed #ShowInModes = Online,FreeForChat,Away,NA,Occupied,DND,Invisible # If ShowInModes specifies to not show anything, you might like to show # messages (not status changes or so) in some more modes, so specify it here #ShowMsgsInModes = DND