Re: [e-users] Themeing Taskbar Module

2010-12-24 Thread P Purkayastha
On 12/24/2010 09:27 PM, Andreas Volz wrote: > Am Sun, 19 Dec 2010 14:42:49 -0600 schrieb Jeff Hoogland: > >> Howdy all, >> >> I was wondering how one would go about themeing the taskbar module. >> I'd like to change the colors from active/inactive applications to >> something other than white+black

Re: [e-users] Themeing Taskbar Module

2010-12-24 Thread Andreas Volz
Am Sun, 19 Dec 2010 14:42:49 -0600 schrieb Jeff Hoogland: > Howdy all, > > I was wondering how one would go about themeing the taskbar module. > I'd like to change the colors from active/inactive applications to > something other than white+black I've created a taskbar theme here with only icons

Re: [e-users] Themeing Taskbar Module

2010-12-21 Thread P Purkayastha
Well, this is the procedure you need to follow: 1. edje_decc taskbar.edj 2. cd taskbar 3. 4. ./build.sh 5. cp taskbar.edj ~/.e/e/themes 6. Theme config dialog -> Advanced -> assign taskbar.edj to module/taskbar 7. Sip coffee and marvel at the changed theme (?) On Wed, 22 Dec 2010 04:46:07 +0800,

Re: [e-users] Themeing Taskbar Module

2010-12-21 Thread Christopher Michael
Could be a few things. If you want to send me the edj, I'll have a look. dh On 12/21/2010 03:44 PM, Jeff Hoogland wrote: > Build file runs > > edje_cc $@ -id . -fd . taskbar.edc -o taskbar.edj > > Think of anything else that may be causing an issue? > > ~Jeff > > On Tue, Dec 21, 2010 at 2:42 PM,

Re: [e-users] Themeing Taskbar Module

2010-12-21 Thread Jeff Hoogland
Build file runs edje_cc $@ -id . -fd . taskbar.edc -o taskbar.edj Think of anything else that may be causing an issue? ~Jeff On Tue, Dec 21, 2010 at 2:42 PM, Christopher Michael wrote: > Well, I would guess that build.sh already does edje_cc (most of the > build.sh scripts do). > > dh > > > O

Re: [e-users] Themeing Taskbar Module

2010-12-21 Thread Christopher Michael
Well, I would guess that build.sh already does edje_cc (most of the build.sh scripts do). dh On 12/21/2010 03:42 PM, Jeff Hoogland wrote: > So I just need to > > edje_cc taskbar.edc > > and then run my build.sh file? > > ~Jeff > > On Tue, Dec 21, 2010 at 2:39 PM, Christopher Michael> wrote: > >>

Re: [e-users] Themeing Taskbar Module

2010-12-21 Thread Jeff Hoogland
So I just need to edje_cc taskbar.edc and then run my build.sh file? ~Jeff On Tue, Dec 21, 2010 at 2:39 PM, Christopher Michael wrote: > As long as you kept the same image filenames, no. All the would require is > a recompile of the edc (edje_cc). If you changed the filenames, then yes you >

Re: [e-users] Themeing Taskbar Module

2010-12-21 Thread Christopher Michael
As long as you kept the same image filenames, no. All the would require is a recompile of the edc (edje_cc). If you changed the filenames, then yes you would have to edit the edc and replace all instances of those filenames. dh On 12/21/2010 03:35 PM, Jeff Hoogland wrote: > I didn't even touch

Re: [e-users] Themeing Taskbar Module

2010-12-21 Thread Jeff Hoogland
I didn't even touch the existing one as I left everything the same other than changing some of the colors of the .png files. Would that require edits to the .edc file? ~Jeff Hoogland On Tue, Dec 21, 2010 at 2:32 PM, Christopher Michael wrote: > Probably missing some key parts in the edc. Did yo

Re: [e-users] Themeing Taskbar Module

2010-12-21 Thread Christopher Michael
Probably missing some key parts in the edc. Did you just edit the existing one ? or did you make your own ?? dh On 12/21/2010 03:29 PM, Jeff Hoogland wrote: > So I have decompiled the taskbar module, I edited the colors of the three > images within the decomp and then ran the build.sh to create

Re: [e-users] Themeing Taskbar Module

2010-12-21 Thread Jeff Hoogland
So I have decompiled the taskbar module, I edited the colors of the three images within the decomp and then ran the build.sh to create a new .edj file. However when I load this new taskbar module I have created and add it to a shelf/desktop it does not show any of my opened applications! Any ideas?

Re: [e-users] Themeing Taskbar Module

2010-12-19 Thread Christopher Michael
edje_decc /some/path/my.edj will decompile the theme. now you edit the 'edc' files, then recompile it w/ edje_cc (--help works w/ most term apps ;) dh On 12/19/2010 11:34 PM, Jeff Hoogland wrote: > Found the .edj file (/usr/lib/enlightenment) how do I decompile/recompile it > now? > > ~Jeff >

Re: [e-users] Themeing Taskbar Module

2010-12-19 Thread Jeff Hoogland
Found the .edj file (/usr/lib/enlightenment) how do I decompile/recompile it now? ~Jeff On Sun, Dec 19, 2010 at 10:33 PM, Christopher Michael < cpmicha...@comcast.net> wrote: > On 12/19/2010 11:28 PM, Jeff Hoogland wrote: > >> Where is that located? In /usr/share/enlightenment somewhere? >> >>

Re: [e-users] Themeing Taskbar Module

2010-12-19 Thread Christopher Michael
On 12/19/2010 11:28 PM, Jeff Hoogland wrote: > Where is that located? In /usr/share/enlightenment somewhere? > That would be the first to check (Depending on your module install prefix). You are looking for the taskbar Theme edc/edj. ~/.e/e/modules/taskbar/something.edj ?? ;) dh > ~Jeff > > On

Re: [e-users] Themeing Taskbar Module

2010-12-19 Thread Jeff Hoogland
Where is that located? In /usr/share/enlightenment somewhere? ~Jeff On Sun, Dec 19, 2010 at 10:13 PM, Christopher Michael < cpmicha...@comcast.net> wrote: > Look into the taskbar edc/edj > > dh > > On 12/19/2010 03:42 PM, Jeff Hoogland wrote: > > Howdy all, > > > > I was wondering how one would

Re: [e-users] Themeing Taskbar Module

2010-12-19 Thread Christopher Michael
Look into the taskbar edc/edj dh On 12/19/2010 03:42 PM, Jeff Hoogland wrote: > Howdy all, > > I was wondering how one would go about themeing the taskbar module. I'd like > to change the colors from active/inactive applications to something other > than white+black > > ~Jeff > --

[e-users] Themeing Taskbar Module

2010-12-19 Thread Jeff Hoogland
Howdy all, I was wondering how one would go about themeing the taskbar module. I'd like to change the colors from active/inactive applications to something other than white+black ~Jeff -- Lotusphere 2011 Register now for