Text has five atrributes that you can modify. The first is the format string to use (See the table below for specifics). Width allows you to set a maximum width for the text. If the width is zero or greater than the width of the notification it will automatically be set to the width of the notification minus the position of the text. Clipping allows you to decide what happens when all of the text will not fit. You have four options for when this occurs. You can either truncate the text, or put an ellipsis at the beginning, middle, or end. The text that is used for the ellipsis can be modified within the theme options page. Lastly, there is font and color, which modify the text's font and color respectively.
Table 2. Format Tokens
% | A literal '%' |
a | Account name |
C | The conversation title |
c | The conversation name |
D | Date formatted using the theme option |
d | The day of the month |
H | Hour (0-23) |
h | Hour (0-12) |
i | Your public IP address |
M | Month (1-12) |
m | Minute (0-59) |
N | Computer name |
n | Buddy's name (following preferences for aliases) |
p | Protocol ID |
r | Received message |
s | Seconds (0-59) |
T | Time formatted using the theme option |
t | Seconds since the epoc |
u | Computer username |
W | The name of who warned you (Does this even work?) |
w | Your warning level or the theme option |
X | Extra info (needs clarification) |
Y | Year with century |
y | Year without century |