dockapps/wmbattery/nocharging.xpm

19 lines
353 B
C
Raw Normal View History

/* XPM */
static char *nocharging[] = {
/* width height num_colors chars_per_pixel */
" 15 9 2 1",
/* colors */
". c #202020",
"# c #004941",
/* pixels */
".........#.....",
"........###....",
".......###.##..",
".......##....##",
"......###......",
"##....##.......",
"..##.###.......",
"....###........",
".....#........."
};