dockapps/wmbutton/icons/graph.xpm
Rodolfo García Peñas (kix) 6dcdbf0e6e wmbutton dockapp added
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.
2012-08-21 20:40:59 +01:00

33 lines
613 B
C

/* XPM */
static char * graph_xpm[] = {
"18 18 11 1",
" c None",
". c #FFFFFF",
"+ c #000000",
"@ c #D5D6D5",
"# c #090909",
"$ c #A56721",
"% c #F79B31",
"& c #0D8214",
"* c #14D121",
"= c #050591",
"- c #0909EF",
".................+",
".@@@@@#@@@#@@@@@@+",
".@@@@@######@@@@@+",
".@#@@@@@@@@@@@@@@+",
".@#@@@@@@@@@@$$@@+",
".@#@@@@@@@@@%%$@@+",
".##@@&&@@@@@%%$@@+",
".##@**&@@@@@%%$@@+",
".##@**&@@@@@%%$@@+",
".##@**&@@==@%%$@@+",
".##@**&@--=@%%$@@+",
".@#@**&@--=@%%$@@+",
".@#@**&@--=@%%$@@+",
".@#@**&@--=@%%$@@+",
".@##############@+",
".@@@@@#####@@@@@@+",
".@@@@@@@@@@@@@@@@+",
"++++++++++++++++++"};