diff --git a/colourfiles/conf.ss b/colourfiles/conf.ss index 6407930..f23b97e 100644 --- a/colourfiles/conf.ss +++ b/colourfiles/conf.ss @@ -1,6 +1,14 @@ -# Local Address:Port -regexp=\s((?:\d+\.){3}\d+|\*|::1?|[\w\d\-\_\.]+):(\S+)\s+\s((?:\d+\.){3}\d+|\*|::1?|[\w\d\-\_\.]+):(\S+) -colours=default,bright_green,bright_red,cyan,magenta +# status +regexp=\[.*\] +colours=green +======= +# Local Address:Port Peer Address:Port +regexp=\s((?:\d+\.){3}\d+|\*|\[?::1?\]?|[\w\d\-\_\.]+)(%[\w\d]+)?:(\S+)\s+\s((?:\d+\.){3}\d+|\*|\[?::1?\]?|[\w\d\-\_\.]+):(\S+) +colours=default,bright_green,blue,bright_red,cyan,magenta +======= +# process name +regexp=\("([^"]+)", +colours=blue ======= # ipx hostname regexp=^IPX.*[\dABCDEF]+:[\dABCDEF]+ @@ -67,10 +75,6 @@ colours=green regexp=UNKNOWN colours=blink bold red ======= -# status -regexp=\[.*\] -colours=green -======= # path regexp=(\@)[\dabcdef]+ colours=green, bold green