Re: [e-users] theme experiment - try a window wobble/jiggle when focused

2023-01-20 Thread Carsten Haitzler
On Fri, 20 Jan 2023 10:31:12 +0100 daniel antoine said: > Hi > I don't want to bother you a lot with that. When I said that I am not > a fan of the effect, it's because for me the border width of the flash > glow is very big. I have noticed that there is a tiny shadow around > the active window,

Re: [e-users] theme experiment - try a window wobble/jiggle when focused

2023-01-20 Thread daniel antoine
Hi I don't want to bother you a lot with that. When I said that I am not a fan of the effect, it's because for me the border width of the flash glow is very big. I have noticed that there is a tiny shadow around the active window, is it possible to adapt the flash glow to the size of the shadow or

Re: [e-users] theme experiment - try a window wobble/jiggle when focused

2023-01-19 Thread Jérémy Zurcher
maybe, as i followed the disussion about lost cursors ... have it to flash blue when it's first moved after a long timeout ? On Thursday 19 January 2023 15:20, Carsten Haitzler wrote : > On Thu, 19 Jan 2023 14:43:59 +0100 Jérémy Zurcher said: > > > I think it's perfect as in ef01c87b80 > > >

Re: [e-users] theme experiment - try a window wobble/jiggle when focused

2023-01-19 Thread Carsten Haitzler
On Thu, 19 Jan 2023 14:43:59 +0100 Jérémy Zurcher said: > I think it's perfect as in ef01c87b80 > > wobble was a bit too much, the blue flash is very nice, > nothing is visible on a maximized window, that's what I expected. for maximized windows it's kind of not useful... it's maximized and lik

Re: [e-users] theme experiment - try a window wobble/jiggle when focused

2023-01-19 Thread Jérémy Zurcher
I think it's perfect as in ef01c87b80 wobble was a bit too much, the blue flash is very nice, nothing is visible on a maximized window, that's what I expected. On Thursday 19 January 2023 12:17, daniel antoine wrote : > habits die hard. I have tested the new experiment commit and again I > am no

Re: [e-users] theme experiment - try a window wobble/jiggle when focused

2023-01-19 Thread daniel antoine
habits die hard. I have tested the new experiment commit and again I am not a fan of the effect. When a window is maximized and you click on it the only effect is on the bottom of the window , you just see a flash on both sides of the E panel. What already exists is the change of color of the windo

Re: [e-users] theme experiment - try a window wobble/jiggle when focused

2023-01-19 Thread juanma1980--- via enlightenment-users
Personally I like it a lot. It's subtle enough to not be disturbing and at a same time gives good visual feedback. Option to disable or not... well, everybody likes candy but I don't think it's mandatory to have. === In soft we trust === January 16, 2023 at 8:59 PM, "Carsten Haitzler" wrote:

Re: [e-users] theme experiment - try a window wobble/jiggle when focused

2023-01-16 Thread Carsten Haitzler
On Sun, 15 Jan 2023 09:31:45 +0100 Carla Sensa said: > I quite like this new feature. It's unobstructive and the whole desktop > feels more responsive (I don't see the "window doesn't stop shaking" > effect he is talking about though). But I agree with Daniel, an on/off > option would be nice.

Re: [e-users] theme experiment - try a window wobble/jiggle when focused

2023-01-16 Thread daniel antoine
In fact the cursor was on the right upper hand corner I suppose it was by passing the cursor on the maximize square, may be I have done a click at this time It was me who was shaking Best regards Dania Le dim. 15 janv. 2023 à 09:51, Carla Sensa a écrit : > > I quite like this new feature. It's

Re: [e-users] theme experiment - try a window wobble/jiggle when focused

2023-01-15 Thread Carla Sensa
I quite like this new feature. It's unobstructive and the whole desktop feels more responsive (I don't see the "window doesn't stop shaking" effect he is talking about though). But I agree with Daniel, an on/off option would be nice. Le 14/01/2023 à 17:58, daniel antoine a écrit : Hi I have

[e-users] theme experiment - try a window wobble/jiggle when focused

2023-01-14 Thread daniel antoine
Hi I have tried the last commit and I am going to remove it. On a laptop screen all the windows jiggling even the popup windows , I find it unpleasant for the eyes and I wear glasses. At a moment if you put the cursor on the cross on the right upper side the window doesn't stop shaking. As you wri

Re: [e-users] Theme Colors

2021-05-10 Thread Carsten Haitzler
On Mon, 10 May 2021 14:25:40 +0100 john said: what defines the color is a combination of color: r g b a; in each part, maybe a color_class: "somename"; that the indirects to a color_class definition by name and multiplies the color: r g b a; by the color_class. the default color for a part if not

Re: [e-users] Theme Colors

2021-05-10 Thread Peter Flynn
On 10/05/2021 14:25, john wrote: > Hi, > > I am trying to create a theme based on default theme which uses > different colors for menus etc. > > I have updated > #define WIN_DEFAULT_BASIC 255 255 255 255 > > in colorclasses.edc but when I use the new theme the colors are > different from what y

[e-users] Theme Colors

2021-05-10 Thread john
Hi, I am trying to create a theme based on default theme which uses different colors for menus etc. I have updated #define WIN_DEFAULT_BASIC 255 255 255 255 in colorclasses.edc but when I use the new theme the colors are different from what you use in gcolor2 (or other color pickers). Looking

Re: [e-users] Theme tweaking help

2021-04-18 Thread Carsten Haitzler
On Sun, 18 Apr 2021 16:18:58 -0400 Conrad Knight said: > On Sun, Apr 18, 2021 at 5:42 AM Carsten Haitzler wrote: > > colors are everywhere. grep for color: > > I was hoping a few theme defaults were set somewhere, but yes, > everywhere :) I used "sed -i" extensively... if you read the phab tic

Re: [e-users] Theme tweaking help

2021-04-18 Thread Conrad Knight
On Sun, Apr 18, 2021 at 5:42 AM Carsten Haitzler wrote: > colors are everywhere. grep for color: I was hoping a few theme defaults were set somewhere, but yes, everywhere :) I used "sed -i" extensively... > it's the same size it was before... though scaling applies if you use a scale > setting o

Re: [e-users] Theme tweaking help

2021-04-18 Thread Carsten Haitzler
On Sat, 17 Apr 2021 21:18:28 -0400 Conrad Knight said: > I built EFL and E from git and now want to make some adjustments to > the default theme... I've unpacked > /usr/local/share/elementary/themes/default.edj and now i'm looking for > some hints on where to start. It looks like the theming for

[e-users] Theme tweaking help

2021-04-17 Thread Conrad Knight
I built EFL and E from git and now want to make some adjustments to the default theme... I've unpacked /usr/local/share/elementary/themes/default.edj and now i'm looking for some hints on where to start. It looks like the theming for absolutely everything is in there :) Things i'd like to tweak:

[e-users] Theme editing (Was: Enlightenment is Ugly and Awful)

2014-06-30 Thread Markus Törnqvist
On Thu, Jun 12, 2014 at 05:45:38PM +0900, Carsten Haitzler wrote: >there are several. editje in python, enventor is a new one in c (with text + >preview to the left), and eflete (a theme editor geared to elementary with >templates). Editje looked like it's not exactly maintained. Not sure if I bru

Re: [e-users] Theme issue with alternate shelf style

2012-12-27 Thread ichigo
27/12 11:01 AM To: Enlightenment users discussion & support Subject: [e-users] Theme issue with alternate shelf style So I updated everything to the release versions. Now my Efenniht "alternate" shelf style is defaulting to the E17 default shelf style. What had cha

[e-users] Theme issue with alternate shelf style

2012-12-27 Thread ichigo
So I updated everything to the release versions. Now my Efenniht "alternate" shelf style is defaulting to the E17 default shelf style. What had changed to cause this? -- Master Visual Studio, SharePoint, SQL, ASP.NET, C

Re: [e-users] Theme Foobaring Virtual Desktop Settings

2010-12-25 Thread Christopher Michael
On 12/25/2010 02:33 PM, Jeff Hoogland wrote: > Anyone know what in my theme would be causing my virtual desktop settings to > look like this - http://imgur.com/grqjO.png - instead of showing the normal > virtual desktop options - http://imgur.com/7Vqkp.png > > > Regards, > ~Jeff Hoogland Looks lik

Re: [e-users] Theme Foobaring Virtual Desktop Settings

2010-12-25 Thread Christopher Michael
On 12/25/2010 02:33 PM, Jeff Hoogland wrote: > Anyone know what in my theme would be causing my virtual desktop settings to > look like this - http://imgur.com/grqjO.png - instead of showing the normal > virtual desktop options - http://imgur.com/7Vqkp.png > > > Regards, > ~Jeff Hoogland Looks lik

[e-users] Theme Foobaring Virtual Desktop Settings

2010-12-25 Thread Jeff Hoogland
Anyone know what in my theme would be causing my virtual desktop settings to look like this - http://imgur.com/grqjO.png - instead of showing the normal virtual desktop options - http://imgur.com/7Vqkp.png Regards, ~Jeff Hoogland ---

[e-users] Theme creation issues (e16)

2010-11-17 Thread nathan baxter
Hi all, Just found this list and after going over some of the old mails to see if there was anything I could help with, I noticed a fair few conversations regarding themeing in dr16. If anyone is still struggling with this I'd be more than happy to help where I can, just use the mail archive to

Re: [e-users] Theme

2009-08-28 Thread Luca De Marini
2009/8/28 Mr. Olli > hi... > > even if it does not work for all GTK themes, it would be a great idea to > have this kind of script... > converting themes (maybe not all) would be of great improvement for > E17... it enables end user to easily get a consistent desktop.. > > I'm using e for several

Re: [e-users] Theme

2009-08-28 Thread Mr. Olli
hi... even if it does not work for all GTK themes, it would be a great idea to have this kind of script... converting themes (maybe not all) would be of great improvement for E17... it enables end user to easily get a consistent desktop.. I'm using e for several years and never had one, as I've n

Re: [e-users] Theme

2009-08-28 Thread Luca De Marini
2009/8/28 Carsten Haitzler > On Fri, 28 Aug 2009 00:55:48 -0300 Wido said: > > that still breaks the self-contained nature. :) creatign and managing such > caches is work that we dont even have code for yet for the freedesktop.org > standards, letalone edje. :/ > Jorge from OpenGEU team was dev

Re: [e-users] Theme

2009-08-27 Thread The Rasterman
On Fri, 28 Aug 2009 00:55:48 -0300 Wido said: that still breaks the self-contained nature. :) creatign and managing such caches is work that we dont even have code for yet for the freedesktop.org standards, letalone edje. :/ > m, maybe cache available files into an edc? or "import" and have

Re: [e-users] Theme

2009-08-27 Thread Wido
m, maybe cache available files into an edc? or "import" and have some "refresh" button or something like that? but that sounds like an app, or script, or something like that 2009/8/28 Carsten Haitzler > On Thu, 27 Aug 2009 21:16:23 -0300 Wido said: > > > I don't know about edje files, but w

Re: [e-users] Theme

2009-08-27 Thread The Rasterman
On Thu, 27 Aug 2009 21:16:23 -0300 Wido said: > I don't know about edje files, but wouldn't be possible to hack edje > structures to grab gtk info from somewhere? > > changing from > ~/theme/image/clock.png > to > /usr/share/gtk/clock.png > > or somethink alike, so it can grab whatever is in th

Re: [e-users] Theme

2009-08-27 Thread Wido
that would be awesome, i hope some theme-guru is reading this now :D 2009/8/27 Tom Haste > 2009/8/28 Tom Haste : > > In theory you could use the set gtk theme pathnames to generate a theme. > > > > eg; themes/BlueCurve/gtk-2.0/buttons/button-default.png > > > > then use that file for a button b

Re: [e-users] Theme

2009-08-27 Thread Tom Haste
2009/8/28 Tom Haste : > In theory you could use the set gtk theme pathnames to generate a theme. > > eg; themes/BlueCurve/gtk-2.0/buttons/button-default.png > > then use that file for a button base. You could then go and parse the > index.theme for the borders for that file and set it. Errr. parse

Re: [e-users] Theme

2009-08-27 Thread Tom Haste
In theory you could use the set gtk theme pathnames to generate a theme. eg; themes/BlueCurve/gtk-2.0/buttons/button-default.png then use that file for a button base. You could then go and parse the index.theme for the borders for that file and set it. This would require a bash script to parse,

Re: [e-users] Theme

2009-08-27 Thread The Rasterman
On Wed, 26 Aug 2009 17:51:02 -0300 Wido said: > would it be possible to write a theme that copys the gtk or qt one? > something like gtk-qt-engine, that makes gtk aps looks like qt ones no, as themes are data files and have no access to anything outside the .edj file they are in - for security.

Re: [e-users] Theme

2009-08-27 Thread Wido
I don't know about edje files, but wouldn't be possible to hack edje structures to grab gtk info from somewhere? changing from ~/theme/image/clock.png to /usr/share/gtk/clock.png or somethink alike, so it can grab whatever is in that path? 2009/8/27 Carsten Haitzler > On Wed, 26 Aug 2009 17:51

Re: [e-users] Theme

2009-08-26 Thread Wido
would it be possible to write a theme that copys the gtk or qt one? something like gtk-qt-engine, that makes gtk aps looks like qt ones -- Wido -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Da

Re: [e-users] Theme

2009-08-26 Thread Luca De Marini
2009/8/24 Mr. Olli > Hi all... > > I just wanna to know if someone is aware of an e17 theme, that has a > matching counterpart for GTK (or QT; doesn't matter which one)??? > > I'm desperately searching for some theme to make my desktop look the > same for all kind of apps ;-)) > > Regards, > ---

Re: [e-users] Theme

2009-08-24 Thread Ralf Mardorf
Ross Vandegrift wrote: > On Mon, Aug 24, 2009 at 05:24:19AM -0400, Christopher Michael wrote: > >> The default E17 matches well with the B_and_W theme of gtk. You can >> probably find it at gnome-look.org >> > > Half of the GTK apps have buttons with Black text on a Black > background. Th

Re: [e-users] Theme

2009-08-24 Thread Ross Vandegrift
On Mon, Aug 24, 2009 at 05:24:19AM -0400, Christopher Michael wrote: > The default E17 matches well with the B_and_W theme of gtk. You can > probably find it at gnome-look.org Half of the GTK apps have buttons with Black text on a Black background. This is a problem with every single Gnome/GTK t

Re: [e-users] Theme

2009-08-24 Thread Massimo Maiurana
Thomas Gstädtner, il 24/08/2009 12:11, scrisse: > Here's the link: > http://www.suse-art.org/content/show.php/E17+B_and_W?content=95680 > > Very well done theme, fits really good. I'm using it for a while now. > There are some minor problems in some Gtk apps, but all in all it > works fine. even

Re: [e-users] Theme

2009-08-24 Thread Ralf Mardorf
Thomas Gstädtner wrote: > http://www.suse-art.org/content/show.php/E17+B_and_W?content=95680 > Wow, I was searching for something like this too. Will it be still fine after assigning the window border of another theme and after changing fonts? I've got troubles when I try change font sizes fo

Re: [e-users] Theme

2009-08-24 Thread Thomas Gstädtner
On Mon, Aug 24, 2009 at 11:24, Christopher Michael wrote: > The default E17 matches well with the B_and_W theme of gtk. You can > probably find it at gnome-look.org > > dh > > Mr. Olli wrote: >> Hi all... >> >> I just wanna to know if someone is aware of an e17 theme, that has a >> matching counter

Re: [e-users] Theme

2009-08-24 Thread Christopher Michael
The default E17 matches well with the B_and_W theme of gtk. You can probably find it at gnome-look.org dh Mr. Olli wrote: > Hi all... > > I just wanna to know if someone is aware of an e17 theme, that has a > matching counterpart for GTK (or QT; doesn't matter which one)??? > > I'm desperately

[e-users] Theme

2009-08-24 Thread Mr. Olli
Hi all... I just wanna to know if someone is aware of an e17 theme, that has a matching counterpart for GTK (or QT; doesn't matter which one)??? I'm desperately searching for some theme to make my desktop look the same for all kind of apps ;-)) Regards, --- Mr. Olli ---

Re: [e-users] theme module

2008-12-05 Thread Dave Andreoli
- "David Flower" <[EMAIL PROTECTED]> ha scritto: > is there a way to change the theme module so it will look at exchange > rather than get-e when searching online? Hi, I'm working on this, you can try my new work in exchange_smart_test. I will make E using exchange asap. Dave > > > cheer

[e-users] theme module

2008-12-05 Thread David Flower
is there a way to change the theme module so it will look at exchange rather than get-e when searching online? cheers dave -- SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the

Re: [e-users] theme choose seg faults

2008-02-26 Thread The Rasterman
On Tue, 26 Feb 2008 10:45:06 -0600 "Paul Johnson" <[EMAIL PROTECTED]> babbled: "backtrace" he shouts :) > Hello, > > I have been happy playing with E for 1 week and now decided to stretch > my wings and install a new theme or two. I downloaded some and have > mixed success changing themes.

[e-users] theme choose seg faults

2008-02-26 Thread Paul Johnson
Hello, I have been happy playing with E for 1 week and now decided to stretch my wings and install a new theme or two. I downloaded some and have mixed success changing themes. Before last night's RPM update, the E Config theme chooser would pop open in the advanced mode and it refused to change

Re: [e-users] theme structure in e17

2006-09-03 Thread Oliver Pahl
Hi, No, this was not what i meant. The Winter theme got already updatet, but the author forgot to implement the title text feature, so everything in the theme but this works. I now wanted to fix this, but i have not enough experience with edje code, so i tried to decompile the winter and default t

Re: [e-users] theme structure in e17

2006-09-03 Thread The Rasterman
On Sat, 02 Sep 2006 23:04:12 +0200 Oliver Pahl <[EMAIL PROTECTED]> babbled: > Hi, > > i just wanted to ask how i can change the Default Title Text mentioned > earlier. I decompiled the winter and the default theme and tried to > understand how the window title can be grabbed, but i dont get it. I

[e-users] theme structure in e17

2006-09-02 Thread Oliver Pahl
Hi, i just wanted to ask how i can change the Default Title Text mentioned earlier. I decompiled the winter and the default theme and tried to understand how the window title can be grabbed, but i dont get it. I would love to bring this feature into the winter theme again, as i dont see it happeni

[e-users] theme request..

2006-06-06 Thread Morten Nilsen
I have been trying to wrap my brain around this, but I just keep striking out.. so, could someone who groks edje please make an init theme edc with these properties; - takes one png for background (with colors) - takes another png that covers background (same image, grayscale) - modifies the al

Re: [e-users] Theme problem

2005-11-09 Thread Andrew Williams
Note that the path you stated there is for e17, not e16... also worthy of note here is that e17 does not require a restart after adding a theme, whereas e16 does. Andy On Wed, Nov 09, 2005 at 08:29:46AM +0100, Lionel Orry wrote: > Luca Bedogni wrote: > > >On 19:37:28 08/Nov , Jim Summers wrote

Re: [e-users] Theme problem

2005-11-08 Thread Lionel Orry
Luca Bedogni wrote: On 19:37:28 08/Nov , Jim Summers wrote: Luca Bedogni wrote: Hi all, this is my first post here :) I've a problem installing new themes. I've followed so many howto but no one seems to work. I'd put themes under ~/.e/e/themes and many other folders but nothing, i c

Re: [e-users] Theme problem

2005-11-08 Thread Luca Bedogni
On 19:37:28 08/Nov , Jim Summers wrote: > Luca Bedogni wrote: > >Hi all, this is my first post here :) > > > >I've a problem installing new themes. I've followed so many howto but no > >one seems to work. I'd put themes under ~/.e/e/themes and many other > >folders but nothing, i can't change them

Re: [e-users] Theme problem

2005-11-08 Thread Paul Stejskal
Mine works for some reason without that. So something is up. You're doing it right Luca. Paul On Tue, 2005-11-08 at 19:37 -0600, Jim Summers wrote: > > Luca Bedogni wrote: > > Hi all, this is my first post here :) > > > > I've a problem installing new themes. I've followed so many howto but no

Re: [e-users] Theme problem

2005-11-08 Thread Jim Summers
Luca Bedogni wrote: Hi all, this is my first post here :) I've a problem installing new themes. I've followed so many howto but no one seems to work. I'd put themes under ~/.e/e/themes and many other folders but nothing, i can't change theme on Enlightenment. I believe after installing the

[e-users] Theme problem

2005-11-08 Thread Luca Bedogni
Hi all, this is my first post here :) I've a problem installing new themes. I've followed so many howto but no one seems to work. I'd put themes under ~/.e/e/themes and many other folders but nothing, i can't change theme on Enlightenment. Could someone help me? Bye! -- Debian Powered GNU/Linux

[e-users] theme cursors

2005-08-25 Thread Ron Lau
Hi. The only irk I ever had with e (16 and 17) is that the damn pointer is so small I have a hard time finding it. I edje_decc'd the blue-eyed theme. What can I do to double (or quadruple) the size of the pointer? -- R. --- SF.Net email i

[e-users] Theme button size

2005-06-27 Thread Larry
When making themes, is there any way to force the theme to resize the .png files to a smaller size? I used the following in the Buttons.cfg but it made no difference; __USE_SIZE_OF_IMAGE __Off I was just guessing of course. Is there a way to resize these things or do they have to be made to

Re: [e-users] [Theme] SilverMania goes Aqua

2005-01-26 Thread Andreas Volz
Am Wed, 26 Jan 2005 13:32:07 -0700 schrieb Adrien Tougas: > If I may make one suggestion though, it would be to have the change in > appearance be represented by the name of the theme ie. > SilverMania-Aqua, that way you could have both the original and this > version appear in the themes menu. N

Re: [e-users] [Theme] SilverMania goes Aqua

2005-01-26 Thread Adrien Tougas
On Wed, 2005-01-26 at 12:57 +0100, Andreas Volz wrote: > Hi, Greetings > I changed my winter-based theme SilverMania to support Aqua blue style. > I think it fits good to some aqua based kde and gtk themes. Perhaps some > aqua fans will like it. Shadows aren't perfect and lot ot E-widgets > aren'

[e-users] [Theme] SilverMania goes Aqua

2005-01-26 Thread Andreas Volz
Hi, I changed my winter-based theme SilverMania to support Aqua blue style. I think it fits good to some aqua based kde and gtk themes. Perhaps some aqua fans will like it. Shadows aren't perfect and lot ot E-widgets aren't yet in aqua style, but I think it looks already aqua-like. Tell me if you

Re: [e-users] theme question

2004-10-05 Thread dusty00
and I will post it up on one of my servers for a short time. -Original Message- From: Paul Norton <[EMAIL PROTECTED]> Sent: Oct 5, 2004 8:45 PM To: [EMAIL PROTECTED] Subject: [e-users] theme question What Enlightenment theme is being used in this SS.. and where can I get it? http:

[e-users] theme question

2004-10-05 Thread Paul Norton
What Enlightenment theme is being used in this SS.. and where can I get it? http://atmos.org/view/edjes/shots/iconbar_transparent.jpg Thanks! - Paul --- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products i

Re: [e-users] Theme Images not found for enlightenment 16.7.1

2004-09-09 Thread jacinto calvo sintes
I had this problem once when Imlib was compiled with libpng1-dev and Enlightenment (for some reason apt-get installed other version of libpng-dev) was compiled trough other libpng version, so, the confluence between imlib with png1 ant #E with pngOther made this strange problem and made all menus w

[e-users] Theme Images not found for enlightenment 16.7.1

2004-09-08 Thread Arlo
I had successfully been using enlightenment-16.7.1 for a week or so when one day I start up and all the theme images were gone. See http://thefortifiedhill.org/bad-e.jpg The errors revealed a series of imlib errors: * Imlib2 Developer Warning * : This program is calling the Imlib

[e-users] theme messing pager preview in e16

2004-08-03 Thread Onur Kucuk
Hello, When I try to use the Bluey Purple theme with E16 (cvs-20040725 , imlib2 1.1.1) it messes the pager. All the desktops are drawn correctly in the pager, but the virtual desktop I am in is not drawn correctly. Usually it is the wallpaper drawn, or some messy part of another application

Re: [e-users] [Theme] SilverMania update

2004-07-14 Thread Andreas Volz
Am Wed, 14 Jul 2004 11:37:31 +0200 schrieb Andreas Volz: > Hi, > > I updated my Theme SilverMania (0.4). Now it supports many base colors > with a configuration script. If you like test it and report bugs and > comments to me. > > http://freshmeat.net/projects/silvermania/ > http://linux.brachtt

[e-users] [Theme] SilverMania update

2004-07-14 Thread Andreas Volz
Hi, I updated my Theme SilverMania (0.4). Now it supports many base colors with a configuration script. If you like test it and report bugs and comments to me. http://freshmeat.net/projects/silvermania/ http://linux.brachttal.net/themes/SilverMania/ Look into 'README.SilverMania' and 'reconfigur

[e-users] Theme Question wrt maximise

2003-12-02 Thread Simon Brown
Hi, Only had a quick search for this so please forgive me if it's a duplicate. I'm using the spiffE theme as it's nice and minimalist(I only have a small screen so can't waste any of it) and would like to reprogram the window buttons. As I understand it there are three maxmise commands maxim

Re: [e-users] theme questions

2003-08-26 Thread Dhruba Bandopadhyay
> THEMENAME.etheme. Themes that were packed in this single file were not > working with my E, am I supposed to rename the file to .tar.gz and ungzip > & untar the file or is it supposed to be done by E? Themes with extension etheme can be treated like any other theme. Create a sub-directory for

Re: [e-users] theme questions

2003-08-26 Thread Didier Casse
On Mon, 25 Aug 2003, m. wrote: > hi.. > I have some questions concerning themes.. > I downloaded some from themes.freshmeat.net, ungzipped, untarred into > .enlightenment/themes directory. > I noticed that some themes contained all kinds of subdirectories and .cfg files, > some contained single .

Re: [e-users] theme questions

2003-08-26 Thread Didier Casse
On Mon, 25 Aug 2003, m. wrote: > hi.. > I have some questions concerning themes.. > I downloaded some from themes.freshmeat.net, ungzipped, untarred into > .enlightenment/themes directory. > I noticed that some themes contained all kinds of subdirectories and .cfg files, > some contained single .

[e-users] theme questions

2003-08-25 Thread m.
hi.. I have some questions concerning themes.. I downloaded some from themes.freshmeat.net, ungzipped, untarred into .enlightenment/themes directory. I noticed that some themes contained all kinds of subdirectories and .cfg files, some contained single .tar.gz file which was named THEMENAME.ethem