diff options
author | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2013-06-13 00:02:06 +0900 |
---|---|---|
committer | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2013-06-13 00:02:06 +0900 |
commit | bdf6915371910082598f8cb1edf428daef63dbee (patch) | |
tree | de8fbc911467342aeeb231e4e9bb4cd74f0a8af1 /data/themes/edc | |
parent | a8993228134415a9ae8763f2ae0a01d530ce0075 (diff) | |
download | enlightenment-bdf6915371910082598f8cb1edf428daef63dbee.tar.gz |
the gren led's bothered me too much in bar... make them e theme blue! :)
Diffstat (limited to 'data/themes/edc')
-rw-r--r-- | data/themes/edc/ibar-ibox.edc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/themes/edc/ibar-ibox.edc b/data/themes/edc/ibar-ibox.edc index 7baf37692c..0ffa9450cc 100644 --- a/data/themes/edc/ibar-ibox.edc +++ b/data/themes/edc/ibar-ibox.edc @@ -3,7 +3,7 @@ group { name: "e/modules/ibox/icon"; // 1 or 0 if u want an icon holder to raise when the mouse (or keyboard) hilights it data.item: "raise_on_hilight" "0"; // data.item: "item_list" "item item2 item3"; - images.image: "led_tiny_green.png" COMP; + images.image: "led_tiny_blue.png" COMP; parts { part { name: "item_clip"; type: RECT; description { state: "default" 0.0; @@ -41,7 +41,7 @@ group { name: "e/modules/ibox/icon"; rel1.offset: -4 -4; rel2.relative: 1.0 1.0; rel2.offset: -3 -3; - image.normal: "led_tiny_green.png"; + image.normal: "led_tiny_blue.png"; color: 255 255 255 0; visible: 0; } |