view pixmaps/speaker.xpm @ 3478:3da42b64304e

[gaim-migrate @ 3532] This isn't complete--but it's cool. gaim-remote is now built and installed. Eventually it will do lots of cool stuff--right now it just handles aim:// URI's. Try it out... when connected to OSCAR run: gaim-remote uri "aim://goim?screenname=seanegn&message=Good+job+Sean" Also, I made it so that if you're already running a Gaim session, and start a new one, it won't auto-login and disconnect all your accounts from the first instance. Useful if you accidentally hit the wrong button or something. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Fri, 30 Aug 2002 16:09:22 +0000
parents b4071be71eb4
children
line wrap: on
line source

/* XPM */
static char * speaker_xpm[] = {
"17 13 17 1",
" 	c None",
".	c #000000",
"+	c #9E9A8C",
"@	c #B8B4A6",
"#	c #9B988A",
"$	c #CFCCC4",
"%	c #E4E2DE",
"&	c #D1CFC7",
"*	c #C5C2B7",
"=	c #DEDCD7",
"-	c #D7D5CF",
";	c #C5C1B7",
">	c #B0AC9C",
",	c #BFBBAF",
"'	c #79766C",
")	c #8D8A7D",
"!	c #7E7B70",
"        .        ",
"       ..    .   ",
"      .+.     .  ",
" ... .+@.  .  .  ",
" .##.+$%.   .  . ",
" .&*.=-;..  .  . ",
" .>>.@@,..  .  . ",
" .##.+>>..  .  . ",
" .''.+++.   .  . ",
" ... .)+.  .  .  ",
"      .!.     .  ",
"       ..    .   ",
"        .        "};