

What I'm really missing though is a folder-templates.png file. I get nice folders in my home but then also a default ugly gnome folder for templates. Easily fixed of course. Still, might be nice to add it.
Thanks for your work, it's great. - Mar 04 2011

E Enlightenment Backgrounds by maria4955 4 comments
Only consideration is that the e logo now has a reflection for no apparent reason. The background has nothing to suggest that it's some kind of wall or mirror or something. Or if the background is meant like a reflecting surface, it could be emphasized by more contrast from top to bottom (as in dark-light) and/or putting the pattern in perspective, so: tighter together on top, broader at the bottom. Just some suggestions; have fun. - Dec 07 2010

Various Gnome Stuff by petrakis 122 comments

Various Gnome Stuff by KennyStrawn 10 comments

Cursors by KuduK 63 comments

Cursors by KuduK 63 comments

GTK2 Themes by VCoolio 9 comments

GTK2 Themes by VCoolio 9 comments

GTK2 Themes by VCoolio 9 comments
Well I could do a prelight effect, but the e17 theme doesn't have that and I want to stay close to that. I could add a little shadow on prelight so we get an animated effect when the button is pressed at the same time. Thanks for the suggestion though.
I'm planning to do some code cleaning and adding color references on top of the gtkrc file, so at least you'll be able to change the fg color easily. - Jan 28 2010

Various Gnome Stuff by aleksey 56 comments
fprintf (stderr, "\nprogname=%s; RGBA=on\n",progname);
it seems to work. - Nov 17 2009

Various Gnome Stuff by aleksey 56 comments
enter:
echo `zenity --entry`
if I type "blahblah" the output is:
progname=zenity; RGBA=on blahblah
Don't know what to change; I guess the code in the .c file on line 46 (printf ("\nprogname=%s; RGBA=on\n",progname);) should be different.
- Nov 17 2009

GTK2 Themes by Netsu 54 comments
It also includes sort of a solution for the openoffice menubar bug the poster above complained about; it involves pointing openoffice to a second gtkrc file where the menubar is not black.
Let me know what you think. Greetings. - Oct 19 2009

Wallpaper Other by neonboy 2 comments

Conky by Whise 163 comments
run = "gnome-open %s" % (uri)
This will open files with your default gnome mimetype associations. If you don't use gnome, make it kde-open (KDE) or xdg-open (common).
For folders, change the two lines that begin with "xdg_open(chr(34)" (+/- 717, 730) to:
os.system("thunar %s" % (elem[0].get_path()))
Change thunar to whatever file browser you prefer. Hope that helps. Remember to start the lines at the exact same point using the same amount of tabs (not spaces).
It would be better of course to really troubleshoot what the problem is, but I'm not into that. - Oct 12 2009

GTK2 Themes by nale12 39 comments
- Sep 12 2009

GTK2 Themes by nale12 39 comments

Conky by chrispl 45 comments

Conky by chrispl 45 comments

E Enlightenment Backgrounds by verdegal37 2 comments
Now for 0.3 it would be nice to have the url copypasted e.g. to the clipboard, so it isn't lost when clicking the window away. A new message window which does not block the process would be easier to create, but can also be annoying. Also the process of woof is now pretty much lost. In the commandline it prints who is downloading and when it is finished. Ideas are welcome here. - Mar 05 2009