dockapps/wmbattery/plugged.xpm
2014-09-21 10:11:55 +01:00

18 lines
291 B
C

/* XPM */
static char *plugged[] = {
/* width height num_colors chars_per_pixel */
" 10 8 2 1",
/* colors */
". c #202020",
"# c #20b2ae",
/* pixels */
"....####..",
"...#...###",
"...#...#..",
".###...#..",
"#..#...###",
"#...####..",
"#.........",
"#........."
};