view lisp/sb-dir.xpm @ 55904:f3be7c4dc1e6

(battery-linux-proc-acpi): mA was hardcored, but some systems appear to use mW, make the code handle this. Fix a division-by-zero bug while at it, and handle kernels with a slightly different layout in /proc/acpi.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 04 Jun 2004 16:05:56 +0000
parents c2a09ac7b7b1
children
line wrap: on
line source

/* XPM */
static char * sb_dir_xpm[] = {
"20 15 5 1",
" 	c None",
".	c #B8B8B8",
"+	c #000000",
"@	c #FFF993",
"#	c #828282",
"  ......            ",
" .++++++.           ",
".+@@@@@@+.........  ",
".+@@@@@@@+++++++++. ",
".+@@@@@@@@@@@@@@@@+#",
".+@@@@@@@@@@@@@@@@+#",
".+@@@@@@@@@@@@@@@@+#",
".+@@@@@@@@@@@@@@@@+#",
".+@@@@@@@@@@@@@@@@+#",
".+@@@@@@@@@@@@@@@@+#",
".+@@@@@@@@@@@@@@@@+#",
".+@@@@@@@@@@@@@@@@+#",
".+@@@@@@@@@@@@@@@@+#",
" #++++++++++++++++# ",
"  ################  "};