51380525e7
Version 2.44. Source obtained from: http://ftp.de.debian.org/debian/pool/main/w/wmbattery/wmbattery_2.44.tar.gz
20 lines
366 B
C
20 lines
366 B
C
/* XPM */
|
|
static char *charging[] = {
|
|
/* width height num_colors chars_per_pixel */
|
|
" 15 9 3 1",
|
|
/* colors */
|
|
". c #202020",
|
|
"# c #004941",
|
|
"a c #20b2ae",
|
|
/* pixels */
|
|
"........#a.....",
|
|
".......#aaa#...",
|
|
".......aaa#aa#.",
|
|
"......#aa#..#aa",
|
|
"......aaa......",
|
|
"aa#..#aa#......",
|
|
".#aa#aaa.......",
|
|
"...#aaa#.......",
|
|
"....#a#........"
|
|
};
|