51380525e7
Version 2.44. Source obtained from: http://ftp.de.debian.org/debian/pool/main/w/wmbattery/wmbattery_2.44.tar.gz
18 lines
291 B
C
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 */
|
|
"....####..",
|
|
"...#...###",
|
|
"...#...#..",
|
|
".###...#..",
|
|
"#..#...###",
|
|
"#...####..",
|
|
"#.........",
|
|
"#........."
|
|
};
|