conquer-dzen 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (65) hide show
  1. checksums.yaml +4 -4
  2. data/icons/ac.xbm +4 -0
  3. data/icons/ac_01.xbm +4 -0
  4. data/icons/arch.xbm +4 -0
  5. data/icons/arch_10x10.xbm +5 -0
  6. data/icons/bat_empty_01.xbm +4 -0
  7. data/icons/bat_empty_02.xbm +4 -0
  8. data/icons/bat_full_01.xbm +4 -0
  9. data/icons/bat_full_02.xbm +4 -0
  10. data/icons/bat_low_01.xbm +4 -0
  11. data/icons/bat_low_02.xbm +4 -0
  12. data/icons/bluetooth.xbm +4 -0
  13. data/icons/bug_01.xbm +4 -0
  14. data/icons/bug_02.xbm +4 -0
  15. data/icons/cat.xbm +4 -0
  16. data/icons/clock.xbm +4 -0
  17. data/icons/cpu.xbm +4 -0
  18. data/icons/dish.xbm +4 -0
  19. data/icons/diskette.xbm +4 -0
  20. data/icons/empty.xbm +4 -0
  21. data/icons/eye_l.xbm +4 -0
  22. data/icons/eye_r.xbm +4 -0
  23. data/icons/fox.xbm +4 -0
  24. data/icons/fs_01.xbm +4 -0
  25. data/icons/fs_02.xbm +4 -0
  26. data/icons/full.xbm +4 -0
  27. data/icons/fwd.xbm +4 -0
  28. data/icons/half.xbm +4 -0
  29. data/icons/info_01.xbm +4 -0
  30. data/icons/info_02.xbm +4 -0
  31. data/icons/info_03.xbm +4 -0
  32. data/icons/mail.xbm +4 -0
  33. data/icons/mem.xbm +4 -0
  34. data/icons/mouse_01.xbm +4 -0
  35. data/icons/net_down_01.xbm +4 -0
  36. data/icons/net_down_02.xbm +4 -0
  37. data/icons/net_down_03.xbm +4 -0
  38. data/icons/net_up_01.xbm +4 -0
  39. data/icons/net_up_02.xbm +4 -0
  40. data/icons/net_up_03.xbm +4 -0
  41. data/icons/net_wired.xbm +4 -0
  42. data/icons/next.xbm +4 -0
  43. data/icons/note.xbm +4 -0
  44. data/icons/pacman.xbm +4 -0
  45. data/icons/pause.xbm +4 -0
  46. data/icons/phones.xbm +4 -0
  47. data/icons/play.xbm +4 -0
  48. data/icons/plug.xbm +4 -0
  49. data/icons/prev.xbm +4 -0
  50. data/icons/rwd.xbm +4 -0
  51. data/icons/scorpio.xbm +4 -0
  52. data/icons/shroom.xbm +4 -0
  53. data/icons/spkr_01.xbm +4 -0
  54. data/icons/spkr_02.xbm +4 -0
  55. data/icons/spkr_03.xbm +4 -0
  56. data/icons/stop.xbm +4 -0
  57. data/icons/temp.xbm +4 -0
  58. data/icons/test.xbm +4 -0
  59. data/icons/usb.xbm +4 -0
  60. data/icons/usb_02.xbm +4 -0
  61. data/icons/wifi_01.xbm +4 -0
  62. data/icons/wifi_02.xbm +4 -0
  63. data/lib/conquer/dzen/graphics/icon.rb +3 -0
  64. data/lib/conquer/dzen/version.rb +1 -1
  65. metadata +62 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0e78581b0223c20b705c7fc522b81781d1850677
4
- data.tar.gz: 6db26158a7cf9aeee8644bf81d8dc70fc3b4acf7
3
+ metadata.gz: 8a955af97495e65642ac3d57a421a2b7b1b98734
4
+ data.tar.gz: 70f07a3cfdb533f7dffe83809ff9c3e279be1604
5
5
  SHA512:
6
- metadata.gz: a53f3df751e5ec2bb3d3ccb31c9396f8b1b27ee7e33ab8d15646c9b46ee7c958dc1a8ead65f971abbf557f3095357f8201845c2f1da5ac142fa448ae4dedcc1d
7
- data.tar.gz: f88fa0b2dd9a82e956922ee2747e725ef3741cf80c5ab8f72c2bac532769b65457915d7336709bb06944ede49b386e4a3709e952fb20c3436a608c4e9fbaf8eb
6
+ metadata.gz: 9d6b53355f7a3b65892c5b5d80e4fab91ad630003350e205c04bbe04dfaf0cc5a6bbf116e1c4322981371387c92205938a56cd04c702c333f8d4e1b219ec8c0e
7
+ data.tar.gz: 46215af95e50b82b5398377ef2779a6ff43f11f3261debbbbf87a7b76a66acd37e444f8ed28501c6e591bc332cb1a17c1e6cc311b3cc74f4ecbb13f80bcf91ca
data/icons/ac.xbm ADDED
@@ -0,0 +1,4 @@
1
+ #define ac_width 8
2
+ #define ac_height 8
3
+ static unsigned char ac_bits[] = {
4
+ 0xFF, 0xF8, 0xF0, 0xF6, 0x6F, 0x0F, 0x1F, 0xFF };
data/icons/ac_01.xbm ADDED
@@ -0,0 +1,4 @@
1
+ #define ac_01_width 8
2
+ #define ac_01_height 8
3
+ static unsigned char ac_01_bits[] = {
4
+ 0x30, 0x28, 0xE4, 0x27, 0x27, 0xE4, 0x28, 0x30 };
data/icons/arch.xbm ADDED
@@ -0,0 +1,4 @@
1
+ #define arch_width 8
2
+ #define arch_height 8
3
+ static unsigned char arch_bits[] = {
4
+ 0x08, 0x08, 0x1C, 0x1C, 0x36, 0x22, 0x77, 0x41 };
@@ -0,0 +1,5 @@
1
+ #define arch_10x10_width 10
2
+ #define arch_10x10_height 10
3
+ static unsigned char arch_10x10_bits[] = {
4
+ 0x10, 0x00, 0x10, 0x00, 0x38, 0x00, 0x38, 0x00, 0x7C, 0x00, 0x7C, 0x00,
5
+ 0xEE, 0x00, 0xC6, 0x00, 0xC7, 0x01, 0x01, 0x01 };
@@ -0,0 +1,4 @@
1
+ #define bat_empty_01_width 8
2
+ #define bat_empty_01_height 8
3
+ static unsigned char bat_empty_01_bits[] = {
4
+ 0x18, 0x7E, 0x42, 0x42, 0x42, 0x42, 0x42, 0x7E };
@@ -0,0 +1,4 @@
1
+ #define bat_empty_02_width 8
2
+ #define bat_empty_02_height 8
3
+ static unsigned char bat_empty_02_bits[] = {
4
+ 0x00, 0x7F, 0x41, 0xC1, 0xC1, 0x41, 0x7F, 0x00 };
@@ -0,0 +1,4 @@
1
+ #define bat_full_width 8
2
+ #define bat_full_height 8
3
+ static unsigned char bat_full_bits[] = {
4
+ 0x18, 0x7E, 0x42, 0x5A, 0x5A, 0x5A, 0x42, 0x7E };
@@ -0,0 +1,4 @@
1
+ #define bat_full_02_width 8
2
+ #define bat_full_02_height 8
3
+ static unsigned char bat_full_02_bits[] = {
4
+ 0x00, 0x7F, 0x41, 0xDD, 0xDD, 0x41, 0x7F, 0x00 };
@@ -0,0 +1,4 @@
1
+ #define bat_low_01_width 8
2
+ #define bat_low_01_height 8
3
+ static unsigned char bat_low_01_bits[] = {
4
+ 0x18, 0x7E, 0x42, 0x42, 0x42, 0x5A, 0x42, 0x7E };
@@ -0,0 +1,4 @@
1
+ #define bat_low_02_width 8
2
+ #define bat_low_02_height 8
3
+ static unsigned char bat_low_02_bits[] = {
4
+ 0x00, 0x7F, 0x41, 0xC5, 0xC5, 0x41, 0x7F, 0x00 };
@@ -0,0 +1,4 @@
1
+ #define bluetooth_width 8
2
+ #define bluetooth_height 8
3
+ static unsigned char bluetooth_bits[] = {
4
+ 0x18, 0x2A, 0x6C, 0x38, 0x38, 0x6C, 0x2A, 0x18 };
data/icons/bug_01.xbm ADDED
@@ -0,0 +1,4 @@
1
+ #define bug_width 8
2
+ #define bug_height 8
3
+ static unsigned char bug_bits[] = {
4
+ 0xC3, 0x24, 0x18, 0xDB, 0x3C, 0x7E, 0xBD, 0x99 };
data/icons/bug_02.xbm ADDED
@@ -0,0 +1,4 @@
1
+ #define bug_02_width 8
2
+ #define bug_02_height 8
3
+ static unsigned char bug_02_bits[] = {
4
+ 0xC3, 0x24, 0x24, 0xDB, 0x3C, 0x7E, 0x99, 0x42 };
data/icons/cat.xbm ADDED
@@ -0,0 +1,4 @@
1
+ #define cat_width 8
2
+ #define cat_height 8
3
+ static unsigned char cat_bits[] = {
4
+ 0x81, 0xC3, 0xBD, 0xFF, 0x99, 0xFF, 0x7E, 0xBD };
data/icons/clock.xbm ADDED
@@ -0,0 +1,4 @@
1
+ #define clock_width 8
2
+ #define clock_height 8
3
+ static unsigned char clock_bits[] = {
4
+ 0x3C, 0x5E, 0xEF, 0xF7, 0x87, 0xFF, 0x7E, 0x3C };
data/icons/cpu.xbm ADDED
@@ -0,0 +1,4 @@
1
+ #define cpu_width 8
2
+ #define cpu_height 8
3
+ static unsigned char cpu_bits[] = {
4
+ 0xDB, 0x81, 0x3C, 0xBD, 0xBD, 0x3C, 0x81, 0xDB };
data/icons/dish.xbm ADDED
@@ -0,0 +1,4 @@
1
+ #define dish_width 8
2
+ #define dish_height 8
3
+ static unsigned char dish_bits[] = {
4
+ 0x81, 0x7B, 0x46, 0x4E, 0x5C, 0x3E, 0x77, 0xC3 };
@@ -0,0 +1,4 @@
1
+ #define diskette_width 8
2
+ #define diskette_height 8
3
+ static unsigned char diskette_bits[] = {
4
+ 0xFF, 0x81, 0x81, 0x81, 0xBD, 0xB5, 0xB5, 0xFE };
data/icons/empty.xbm ADDED
@@ -0,0 +1,4 @@
1
+ #define empty_width 8
2
+ #define empty_height 8
3
+ static unsigned char empty_bits[] = {
4
+ 0x3C, 0x42, 0x81, 0x81, 0x81, 0x81, 0x42, 0x3C };
data/icons/eye_l.xbm ADDED
@@ -0,0 +1,4 @@
1
+ #define eye_l_width 8
2
+ #define eye_l_height 8
3
+ static unsigned char eye_l_bits[] = {
4
+ 0x00, 0x00, 0x1B, 0x02, 0x02, 0x84, 0xF9, 0x02 };
data/icons/eye_r.xbm ADDED
@@ -0,0 +1,4 @@
1
+ #define eye_r_width 8
2
+ #define eye_r_height 8
3
+ static unsigned char eye_r_bits[] = {
4
+ 0x00, 0x00, 0xD8, 0x40, 0x40, 0x21, 0x9F, 0x40 };
data/icons/fox.xbm ADDED
@@ -0,0 +1,4 @@
1
+ #define fox_width 8
2
+ #define fox_height 8
3
+ static unsigned char fox_bits[] = {
4
+ 0x81, 0xC3, 0xBD, 0xFF, 0x99, 0xDB, 0x7E, 0x18 };
data/icons/fs_01.xbm ADDED
@@ -0,0 +1,4 @@
1
+ #define fs_01_width 8
2
+ #define fs_01_height 8
3
+ static unsigned char fs_01_bits[] = {
4
+ 0x46, 0x99, 0xBC, 0x66, 0x66, 0x3D, 0x99, 0x62 };
data/icons/fs_02.xbm ADDED
@@ -0,0 +1,4 @@
1
+ #define fs_02_width 8
2
+ #define fs_02_height 8
3
+ static unsigned char fs_02_bits[] = {
4
+ 0xF1, 0x5B, 0x3D, 0x67, 0xE6, 0xBC, 0xDA, 0x8F };
data/icons/full.xbm ADDED
@@ -0,0 +1,4 @@
1
+ #define full_width 8
2
+ #define full_height 8
3
+ static unsigned char full_bits[] = {
4
+ 0x3C, 0x7E, 0xFF, 0xFF, 0xFF, 0xFF, 0x7E, 0x3C };
data/icons/fwd.xbm ADDED
@@ -0,0 +1,4 @@
1
+ #define fwd_width 8
2
+ #define fwd_height 8
3
+ static unsigned char fwd_bits[] = {
4
+ 0x00, 0x12, 0x36, 0x7E, 0x7E, 0x36, 0x12, 0x00 };
data/icons/half.xbm ADDED
@@ -0,0 +1,4 @@
1
+ #define half_width 8
2
+ #define half_height 8
3
+ static unsigned char half_bits[] = {
4
+ 0x3C, 0x4E, 0x8F, 0x8F, 0x8F, 0x8F, 0x4E, 0x3C };
data/icons/info_01.xbm ADDED
@@ -0,0 +1,4 @@
1
+ #define info_01_width 8
2
+ #define info_01_height 8
3
+ static unsigned char info_01_bits[] = {
4
+ 0x3C, 0x66, 0xFF, 0xE7, 0xE7, 0xE7, 0x66, 0x3C };
data/icons/info_02.xbm ADDED
@@ -0,0 +1,4 @@
1
+ #define info_02_width 8
2
+ #define info_02_height 8
3
+ static unsigned char info_02_bits[] = {
4
+ 0xFF, 0xE7, 0xFF, 0xE7, 0xE7, 0xE7, 0xE7, 0xFF };
data/icons/info_03.xbm ADDED
@@ -0,0 +1,4 @@
1
+ #define info_width 8
2
+ #define info_height 8
3
+ static unsigned char info_bits[] = {
4
+ 0x38, 0x38, 0x00, 0x3C, 0x38, 0x38, 0x38, 0x7C };
data/icons/mail.xbm ADDED
@@ -0,0 +1,4 @@
1
+ #define mail_width 8
2
+ #define mail_height 8
3
+ static unsigned char mail_bits[] = {
4
+ 0x00, 0xFF, 0x7E, 0xBD, 0xDB, 0xE7, 0xFF, 0x00 };
data/icons/mem.xbm ADDED
@@ -0,0 +1,4 @@
1
+ #define mem_width 8
2
+ #define mem_height 8
3
+ static unsigned char mem_bits[] = {
4
+ 0xAA, 0x00, 0xFE, 0xFE, 0xFE, 0xFE, 0x00, 0xAA };
@@ -0,0 +1,4 @@
1
+ #define mouse_01_width 8
2
+ #define mouse_01_height 8
3
+ static unsigned char mouse_01_bits[] = {
4
+ 0xEE, 0xEE, 0xEE, 0x82, 0xFE, 0xFE, 0xFE, 0x7C };
@@ -0,0 +1,4 @@
1
+ #define net_down_01_width 8
2
+ #define net_down_01_height 8
3
+ static unsigned char net_down_01_bits[] = {
4
+ 0x1E, 0x3C, 0x3C, 0x3C, 0xFF, 0x7E, 0x3C, 0x18 };
@@ -0,0 +1,4 @@
1
+ #define net_down_02_width 8
2
+ #define net_down_02_height 8
3
+ static unsigned char net_down_02_bits[] = {
4
+ 0x78, 0x3C, 0x3C, 0x3C, 0xFF, 0x7E, 0x3C, 0x18 };
@@ -0,0 +1,4 @@
1
+ #define net_down_03_width 8
2
+ #define net_down_03_height 8
3
+ static unsigned char net_down_03_bits[] = {
4
+ 0x38, 0x38, 0x38, 0x38, 0xFE, 0x7C, 0x38, 0x10 };
@@ -0,0 +1,4 @@
1
+ #define net_up_01_width 8
2
+ #define net_up_01_height 8
3
+ static unsigned char net_up_01_bits[] = {
4
+ 0x18, 0x3C, 0x7E, 0xFF, 0x3C, 0x3C, 0x3C, 0x78 };
@@ -0,0 +1,4 @@
1
+ #define net_up_02_width 8
2
+ #define net_up_02_height 8
3
+ static unsigned char net_up_02_bits[] = {
4
+ 0x18, 0x3C, 0x7E, 0xFF, 0x3C, 0x3C, 0x3C, 0x1E };
@@ -0,0 +1,4 @@
1
+ #define net_up_03_width 8
2
+ #define net_up_03_height 8
3
+ static unsigned char net_up_03_bits[] = {
4
+ 0x10, 0x38, 0x7C, 0xFE, 0x38, 0x38, 0x38, 0x38 };
@@ -0,0 +1,4 @@
1
+ #define net_wired_width 8
2
+ #define net_wired_height 8
3
+ static unsigned char net_wired_bits[] = {
4
+ 0x00, 0x1C, 0x1C, 0x7F, 0x7F, 0x7F, 0x55, 0x7F };
data/icons/next.xbm ADDED
@@ -0,0 +1,4 @@
1
+ #define next_width 8
2
+ #define next_height 8
3
+ static unsigned char next_bits[] = {
4
+ 0x00, 0x42, 0x4E, 0x7E, 0x7E, 0x4E, 0x42, 0x00 };
data/icons/note.xbm ADDED
@@ -0,0 +1,4 @@
1
+ #define note_width 8
2
+ #define note_height 8
3
+ static unsigned char note_bits[] = {
4
+ 0xFC, 0xFC, 0x84, 0x84, 0x84, 0x84, 0xE7, 0xE7 };
data/icons/pacman.xbm ADDED
@@ -0,0 +1,4 @@
1
+ #define pacman_width 8
2
+ #define pacman_height 8
3
+ static unsigned char pacman_bits[] = {
4
+ 0x3C, 0x6E, 0xE7, 0xFF, 0x07, 0x1F, 0x7E, 0x3C };
data/icons/pause.xbm ADDED
@@ -0,0 +1,4 @@
1
+ #define pause_width 8
2
+ #define pause_height 8
3
+ static unsigned char pause_bits[] = {
4
+ 0x00, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x00 };
data/icons/phones.xbm ADDED
@@ -0,0 +1,4 @@
1
+ #define phones_width 8
2
+ #define phones_height 8
3
+ static unsigned char phones_bits[] = {
4
+ 0x3C, 0x42, 0x81, 0x81, 0xA5, 0xE7, 0xE7, 0x66 };
data/icons/play.xbm ADDED
@@ -0,0 +1,4 @@
1
+ #define play_width 8
2
+ #define play_height 8
3
+ static unsigned char play_bits[] = {
4
+ 0x00, 0x06, 0x1E, 0x7E, 0x7E, 0x1E, 0x06, 0x00 };
data/icons/plug.xbm ADDED
@@ -0,0 +1,4 @@
1
+ #define plug_width 8
2
+ #define plug_height 8
3
+ static unsigned char plug_bits[] = {
4
+ 0x03, 0x0F, 0x1E, 0x3E, 0x3C, 0x58, 0xA0, 0xC0 };
data/icons/prev.xbm ADDED
@@ -0,0 +1,4 @@
1
+ #define prev_width 8
2
+ #define prev_height 8
3
+ static unsigned char prev_bits[] = {
4
+ 0x00, 0x42, 0x72, 0x7E, 0x7E, 0x72, 0x42, 0x00 };
data/icons/rwd.xbm ADDED
@@ -0,0 +1,4 @@
1
+ #define rwd_width 8
2
+ #define rwd_height 8
3
+ static unsigned char rwd_bits[] = {
4
+ 0x00, 0x48, 0x6C, 0x7E, 0x7E, 0x6C, 0x48, 0x00 };
data/icons/scorpio.xbm ADDED
@@ -0,0 +1,4 @@
1
+ #define scorpio_width 8
2
+ #define scorpio_height 8
3
+ static unsigned char scorpio_bits[] = {
4
+ 0x42, 0x81, 0xDB, 0x3C, 0xDB, 0x5A, 0x99, 0x30 };
data/icons/shroom.xbm ADDED
@@ -0,0 +1,4 @@
1
+ #define shroom_width 8
2
+ #define shroom_height 8
3
+ static unsigned char shroom_bits[] = {
4
+ 0x3C, 0x42, 0x81, 0x81, 0xFF, 0x3C, 0x3C, 0x3C };
data/icons/spkr_01.xbm ADDED
@@ -0,0 +1,4 @@
1
+ #define spkr_01_width 8
2
+ #define spkr_01_height 8
3
+ static unsigned char spkr_01_bits[] = {
4
+ 0x08, 0x4C, 0x8F, 0xAF, 0xAF, 0x8F, 0x4C, 0x08 };
data/icons/spkr_02.xbm ADDED
@@ -0,0 +1,4 @@
1
+ #define spkr_02_width 8
2
+ #define spkr_02_height 8
3
+ static unsigned char spkr_02_bits[] = {
4
+ 0x08, 0x0C, 0x0F, 0x1F, 0x1F, 0x0F, 0x0C, 0x08 };
data/icons/spkr_03.xbm ADDED
@@ -0,0 +1,4 @@
1
+ #define ysick_width 8
2
+ #define ysick_height 8
3
+ static unsigned char ysick_bits[] = {
4
+ 0x4C, 0x93, 0x93, 0x97, 0x97, 0x93, 0x93, 0x4C };
data/icons/stop.xbm ADDED
@@ -0,0 +1,4 @@
1
+ #define stop_width 8
2
+ #define stop_height 8
3
+ static unsigned char stop_bits[] = {
4
+ 0x00, 0x7E, 0x7E, 0x7E, 0x7E, 0x7E, 0x7E, 0x00 };
data/icons/temp.xbm ADDED
@@ -0,0 +1,4 @@
1
+ #define temp_width 8
2
+ #define temp_height 8
3
+ static unsigned char temp_bits[] = {
4
+ 0xC8, 0xE0, 0x72, 0x28, 0x16, 0x09, 0x09, 0x06 };
data/icons/test.xbm ADDED
@@ -0,0 +1,4 @@
1
+ #define test_width 8
2
+ #define test_height 8
3
+ static unsigned char test_bits[] = {
4
+ 0x0E, 0x13, 0x21, 0x41, 0x82, 0x84, 0xC8, 0x70 };
data/icons/usb.xbm ADDED
@@ -0,0 +1,4 @@
1
+ #define usb_width 8
2
+ #define usb_height 8
3
+ static unsigned char usb_bits[] = {
4
+ 0x70, 0x88, 0xC4, 0xE2, 0x7E, 0x32, 0x09, 0x07 };
data/icons/usb_02.xbm ADDED
@@ -0,0 +1,4 @@
1
+ #define usb_02_width 8
2
+ #define usb_02_height 8
3
+ static unsigned char usb_02_bits[] = {
4
+ 0x10, 0x50, 0x54, 0x54, 0x34, 0x18, 0x10, 0x10 };
data/icons/wifi_01.xbm ADDED
@@ -0,0 +1,4 @@
1
+ #define wifi_01_width 8
2
+ #define wifi_01_height 8
3
+ static unsigned char wifi_01_bits[] = {
4
+ 0x80, 0xA0, 0xA8, 0xAB, 0xAB, 0xA8, 0xA0, 0x80 };
data/icons/wifi_02.xbm ADDED
@@ -0,0 +1,4 @@
1
+ #define wifi_02_width 8
2
+ #define wifi_02_height 8
3
+ static unsigned char wifi_02_bits[] = {
4
+ 0x40, 0x90, 0xA4, 0xA9, 0xA9, 0xA4, 0x90, 0x40 };
@@ -4,10 +4,13 @@ module Conquer
4
4
  module Dzen
5
5
  module Graphics
6
6
  class Icon < Graphic
7
+ ICONS_PATH = File.expand_path('../../../../../icons', __FILE__)
7
8
  attr_reader :path
8
9
 
9
10
  def initialize(path)
10
11
  super()
12
+ path = File.join(ICONS_PATH, "#{path}.xbm") if path.is_a?(Symbol)
13
+ STDERR.puts(path)
11
14
  @path = path
12
15
  @template = '^i(%s)'
13
16
  @template_args = [path]
@@ -1,5 +1,5 @@
1
1
  module Conquer
2
2
  module Dzen
3
- VERSION = '0.1.1'.freeze
3
+ VERSION = '0.1.2'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: conquer-dzen
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joakim Reinert
@@ -82,6 +82,67 @@ files:
82
82
  - bin/console
83
83
  - bin/setup
84
84
  - conquer-dzen.gemspec
85
+ - icons/ac.xbm
86
+ - icons/ac_01.xbm
87
+ - icons/arch.xbm
88
+ - icons/arch_10x10.xbm
89
+ - icons/bat_empty_01.xbm
90
+ - icons/bat_empty_02.xbm
91
+ - icons/bat_full_01.xbm
92
+ - icons/bat_full_02.xbm
93
+ - icons/bat_low_01.xbm
94
+ - icons/bat_low_02.xbm
95
+ - icons/bluetooth.xbm
96
+ - icons/bug_01.xbm
97
+ - icons/bug_02.xbm
98
+ - icons/cat.xbm
99
+ - icons/clock.xbm
100
+ - icons/cpu.xbm
101
+ - icons/dish.xbm
102
+ - icons/diskette.xbm
103
+ - icons/empty.xbm
104
+ - icons/eye_l.xbm
105
+ - icons/eye_r.xbm
106
+ - icons/fox.xbm
107
+ - icons/fs_01.xbm
108
+ - icons/fs_02.xbm
109
+ - icons/full.xbm
110
+ - icons/fwd.xbm
111
+ - icons/half.xbm
112
+ - icons/info_01.xbm
113
+ - icons/info_02.xbm
114
+ - icons/info_03.xbm
115
+ - icons/mail.xbm
116
+ - icons/mem.xbm
117
+ - icons/mouse_01.xbm
118
+ - icons/net_down_01.xbm
119
+ - icons/net_down_02.xbm
120
+ - icons/net_down_03.xbm
121
+ - icons/net_up_01.xbm
122
+ - icons/net_up_02.xbm
123
+ - icons/net_up_03.xbm
124
+ - icons/net_wired.xbm
125
+ - icons/next.xbm
126
+ - icons/note.xbm
127
+ - icons/pacman.xbm
128
+ - icons/pause.xbm
129
+ - icons/phones.xbm
130
+ - icons/play.xbm
131
+ - icons/plug.xbm
132
+ - icons/prev.xbm
133
+ - icons/rwd.xbm
134
+ - icons/scorpio.xbm
135
+ - icons/shroom.xbm
136
+ - icons/spkr_01.xbm
137
+ - icons/spkr_02.xbm
138
+ - icons/spkr_03.xbm
139
+ - icons/stop.xbm
140
+ - icons/temp.xbm
141
+ - icons/test.xbm
142
+ - icons/usb.xbm
143
+ - icons/usb_02.xbm
144
+ - icons/wifi_01.xbm
145
+ - icons/wifi_02.xbm
85
146
  - lib/conquer/dzen.rb
86
147
  - lib/conquer/dzen/color.rb
87
148
  - lib/conquer/dzen/graphics.rb