Re: [e-users] Terminology themes howto

2016-01-06 Thread Simon Lees


On 01/04/2016 09:30 AM, Stanislav Baiduzhyi wrote:
> Hi All,
>
> I am not able to find any tutorials on how to compose Terminology
> themes and how do they work. Could anyone please share some useful
> links on the matter?
Terminology themes are written with edje, the simplest way to get 
started is find one close to what you like and either get the source 
code or decompile it with "edje_decc .edj" The edje 
documentation is here 
https://docs.enlightenment.org/api/edje/doc/html/edcref.html If your 
after simple recoloring  my darkmod converter script for enlightenment 
also recolors terminology to some extent 
http://simotek.net/tech/projects/opensuse-e/darkmod-enlightenment-theme-converter/

Cheers

Simon
>
> --
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users


--
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Conky in Enlightenment .20

2016-01-06 Thread Chris stoni
http://conky.sourceforge.net/faq.html
On Jan 5, 2016 3:59 PM, "Martin Koelewijn" 
wrote:

> I have this working with the following own_window* settings:
>
> own_window yes
> own_window_transparent yes
> own_window_argb_visual yes
> own_window_type normal
> own_window_hints undecorate,sticky,skip_taskbar,skip_pager
>
> Conky supports true transparency since 1.8.0, with most important line
> being 'own_window_transparent yes'. I'm not sure how different settings
> interact, but this works for me.
>
> Good luck,
>
> Martin
>
> On Tue, Jan 5, 2016 at 2:59 AM, Chris stoni  wrote:
>
> > E doesnt set the root window with the background.
> > Try qiv and esetroot.
> > On Jan 4, 2016 3:17 PM, "larry Wyble"  wrote:
> >
> > > This is probaly an old question and if so, sorry.  :)
> > >
> > > Is there a way to get transparency to work in conky? I have used
> > > own_window_argb_visual = 'true'and
> > > own_window_argb_value = '0'
> > >
> > > and so far no joy.
> > >
> > > I've also tried own_window_type = 'all the versions', again no joy.
> > >
> > > Any ideas?
> > >
> > > Thanks
> > >
> > >
> > >
> > >
> >
> --
> > > ___
> > > enlightenment-users mailing list
> > > enlightenment-users@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> > >
> >
> >
> --
> > ___
> > enlightenment-users mailing list
> > enlightenment-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> >
>
> --
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
>
--
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Conky in Enlightenment .20

2016-01-06 Thread Chris stoni
For true transparency to work with conky with the argb, composite must be
enabled, but it can be done as martin said as well.
--
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] e17 input settings question

2016-01-06 Thread The Rasterman
On Wed, 6 Jan 2016 14:44:58 -0500 Christopher Barry
 said:

> Hi,
> 
> Is there a way to dump my key assignments to a text file? Like a
> cheat-sheet type thing?
> 
> I go in there, get all gung-ho, set a bunch of cool hot-keys, then
> immediately forget them... It would be great to be able to dump the
> list of all possible actions with their current assignments (or blank if
> unassigned).
> 
> Possible? It's not even feasible to screenshot the dialog, because I'd
> need an entire screenshot for every possible hot-key!
> 
> Another ignorant question: when I select an action that is already
> assigned to a key combo, why is the  assigned key combo not also
> highlighted? This makes finding the hot-key, if set, not discoverable
> by selecting the desired action, and is a bit confusing.
> 
> Wondering if it's just using an inappropriate UI paradigm for the task
> at hand. A sort-able, tabular format might be simpler and more intuitive.

it is a list of your bindings. each line is an entry/binding. no - it doesnt
list the thing its bound to in the list next to it, but i think you have a
special problem yourself of not remembering :)

you can dump the e config into text:

eet -d ~/.e/econfig/standard/e.cfg config out.txt

trawl through out.txt.

> For instance, adding a new key would add a new table row of two fields,
> HotKey and Action, with the left 'HotKey' field selected, and the modal
> 'Enter HotKey' dialog open. Enter the HotKey, and if it does not
> already exist, it's entered into the left field, and the cursor is
> automatically moved to the right field where the type of entry field is
> a sorted drop-down list with all possible actions to assign - possibly
> filtered to exclude (or gray out) already assigned actions.
> 
> Then potentially this table could be sent to the printer as a formatted
> two column table for use as a cheatsheet/backup, and maybe even saved to
> an importable textfile to setup other boxes easily with your preferred
> hotkeys.

you have a very very very special problem there. i have never seen anyone with
a printed out paper of keybindings for their wm on their desk. cubicle wall
etc. - this would be a lot of support to support printing for the only case i
have ever heard of needing printing out of bindings. :)

the reason the ui is as it is is because that works best with the widgets we
have atm with the least amount of effort. e has had forever on the todo to
"clean up settings dialogs". we can improve them, but this takes a lot of time
and effort.

> Maybe it's already like this in E20?
> 
> 
> -- 
> Regards,
> Christopher
> 
> --
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> 


-- 
- Codito, ergo sum - "I code, therefore I am" --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] e17 input settings question

2016-01-06 Thread Christopher Barry
Hi,

Is there a way to dump my key assignments to a text file? Like a
cheat-sheet type thing?

I go in there, get all gung-ho, set a bunch of cool hot-keys, then
immediately forget them... It would be great to be able to dump the
list of all possible actions with their current assignments (or blank if
unassigned).

Possible? It's not even feasible to screenshot the dialog, because I'd
need an entire screenshot for every possible hot-key!

Another ignorant question: when I select an action that is already
assigned to a key combo, why is the  assigned key combo not also
highlighted? This makes finding the hot-key, if set, not discoverable
by selecting the desired action, and is a bit confusing.

Wondering if it's just using an inappropriate UI paradigm for the task
at hand. A sort-able, tabular format might be simpler and more intuitive.

For instance, adding a new key would add a new table row of two fields,
HotKey and Action, with the left 'HotKey' field selected, and the modal
'Enter HotKey' dialog open. Enter the HotKey, and if it does not
already exist, it's entered into the left field, and the cursor is
automatically moved to the right field where the type of entry field is
a sorted drop-down list with all possible actions to assign - possibly
filtered to exclude (or gray out) already assigned actions.

Then potentially this table could be sent to the printer as a formatted
two column table for use as a cheatsheet/backup, and maybe even saved to
an importable textfile to setup other boxes easily with your preferred
hotkeys.

Maybe it's already like this in E20?


-- 
Regards,
Christopher

--
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users