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.
28 lines
534 B
C
28 lines
534 B
C
/* XPM */
|
|
static char * wp_xpm[] = {
|
|
"18 18 6 1",
|
|
" c None",
|
|
". c #FFFFFF",
|
|
"+ c #AEAAAE",
|
|
"@ c #D5D6D5",
|
|
"# c #000000",
|
|
"$ c #0909EF",
|
|
".................+",
|
|
".@@@@@@@@@@@@@@@@#",
|
|
".$$$@$$$$@$$$@@@@#",
|
|
".@$$@@$$@@$$@@@@@#",
|
|
".@$$@@$$@@$@@@@@@#",
|
|
".@$$@$$$@$$@@@@@@#",
|
|
".@$$@$@$@$@@@@@@@#",
|
|
".@@$$$@$@$$$$$$@@#",
|
|
".@@$$@@$$@@$$@$$@#",
|
|
".@@$$@@$$@@$$@$$@#",
|
|
".@@$@@@$@@$$@@$$@#",
|
|
".@@@@@@@@@$$@$$@@#",
|
|
".@@@@@@@@@$$$$@@@#",
|
|
".@@@@@@@@$$@@@@@@#",
|
|
".@@@@@@@@$$@@@@@@#",
|
|
".@@@@@@@$$$$@@@@@#",
|
|
".@@@@@@@@@@@@@@@@#",
|
|
"##################"};
|