aboutsummaryrefslogtreecommitdiffstats
path: root/bitmaps/battery.xbm
diff options
context:
space:
mode:
authorgotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-07-23 07:21:24 +0000
committergotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-07-23 07:21:24 +0000
commit659ce3daaaac43ed08190d121de71bf236e0718d (patch)
tree88c8c3faf5f8c9eb356cc19b566911e6f9883d77 /bitmaps/battery.xbm
parenta3bf26d2fade3eaadba6f20349cba6db82ca756d (diff)
downloaddzen-659ce3daaaac43ed08190d121de71bf236e0718d.tar.gz
dzen-659ce3daaaac43ed08190d121de71bf236e0718d.zip
added support for X bitmap icons
git-svn-id: http://dzen.googlecode.com/svn/trunk@141 f2baff5b-bf2c-0410-a398-912abdc3d8b2
Diffstat (limited to 'bitmaps/battery.xbm')
-rw-r--r--bitmaps/battery.xbm6
1 files changed, 6 insertions, 0 deletions
diff --git a/bitmaps/battery.xbm b/bitmaps/battery.xbm
new file mode 100644
index 0000000..745c389
--- /dev/null
+++ b/bitmaps/battery.xbm
@@ -0,0 +1,6 @@
+#define battery_width 16
+#define battery_height 16
+static unsigned char battery_bits[] = {
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfc, 0x1f,
+ 0xfc, 0x11, 0xfc, 0x71, 0xfc, 0x71, 0xfc, 0x71, 0xfc, 0x11, 0xfc, 0x1f,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};