6dcdbf0e6e
The original wmbutton 0.6.1 is added to the repository. wmbutton is a dockapp with nine buttons (3x3), capable of launch 27 different applications using the left, middle and right buttons.
33 lines
613 B
C
33 lines
613 B
C
/* XPM */
|
|
static char * audio_xpm[] = {
|
|
"18 18 11 1",
|
|
" c None",
|
|
". c #FFFFFF",
|
|
"+ c #000000",
|
|
"@ c #D5D6D5",
|
|
"# c #090909",
|
|
"$ c #E609EA",
|
|
"% c #850589",
|
|
"& c #2F2F2F",
|
|
"* c #BDBEBD",
|
|
"= c #8E8E8E",
|
|
"- c #A6A7A6",
|
|
".................+",
|
|
".@@@@@@@@#@@@@@@@+",
|
|
".$$$$$$$#%#$$$$$$+",
|
|
".@@@@@@@#@#@@@@@@+",
|
|
".@@@@@@@#@#@@@@@@+",
|
|
".$$$$$$$#%#$$$$$$+",
|
|
".@@@@@@@#&*@@@@@@+",
|
|
".@@@@@@=#*@@@@@@@+",
|
|
".$$$$$%##%$$$$$$$+",
|
|
".@@@@@#-###=@@@@@+",
|
|
".@@@@@#@#@@#@@@@@+",
|
|
".$$$$$#%#%$#$$$$$+",
|
|
".@@@@@#=#==#@@@@@+",
|
|
".@@@@@@####@@@@@@+",
|
|
".$$$$$$$%#%$$$$$$+",
|
|
".@@@@@@###@@@@@@@+",
|
|
".@@@@@@##=@@@@@@@+",
|
|
"++++++++++++++++++"};
|