Mercurial > emacs
annotate lisp/sb-dir-plus.xpm @ 64094:e960506e0661
Add support for Darwin (with much debugging help from Samuel Lauber
<sam124@operamail.com>).
(battery-status-function, battery-echo-area-format)
(battery-mode-line-format): Add support for pmset on Darwin.
(battery-load-low, battery-load-critical): New user options.
(battery-pmset): New function.
author | Lute Kamstra <lute@gnu.org> |
---|---|
date | Tue, 05 Jul 2005 08:13:41 +0000 |
parents | c2a09ac7b7b1 |
children |
rev | line source |
---|---|
29131
5e24be7faa32
Renamed sb-dir+.xpm to sb-dir-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
1 /* XPM */ |
55471 | 2 static char * sb_dir_plus_xpm[] = { |
3 "20 15 5 1", | |
29131
5e24be7faa32
Renamed sb-dir+.xpm to sb-dir-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
4 " c None", |
55471 | 5 ". c #B8B8B8", |
29131
5e24be7faa32
Renamed sb-dir+.xpm to sb-dir-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
6 "+ c #000000", |
5e24be7faa32
Renamed sb-dir+.xpm to sb-dir-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
7 "@ c #FFF993", |
55471 | 8 "# c #828282", |
9 " ...... ", | |
10 " .++++++. ", | |
11 ".+@@@@@@+......... ", | |
12 ".+@@@@@@@+++++++++. ", | |
13 ".+@@@@@@@@@@@@@@@@+#", | |
14 ".+@@@@@@@+@@@@@@@@+#", | |
15 ".+@@@@@@@+.@@@@@@@+#", | |
16 ".+@@@@@+++++@@@@@@+#", | |
17 ".+@@@@@@.+...@@@@@+#", | |
18 ".+@@@@@@@+.@@@@@@@+#", | |
19 ".+@@@@@@@@.@@@@@@@+#", | |
20 ".+@@@@@@@@@@@@@@@@+#", | |
21 ".+@@@@@@@@@@@@@@@@+#", | |
22 " #++++++++++++++++# ", | |
23 " ################ "}; |