Clearlooks is a GTK+ 2.x engine written in C that transforms your GNOME/XFCE desktop into a modern looking environment. It is fast and easy on the eyes.
Project Info
- Clearlooks SourceForge project (home to mailing lists, etc.)
- Mailing list: clearlooks-devel
- IRC: #clearlooks on irc.gnome.org
- Clearlooks Screenshots (latest release)
- Clearlooks "Work in Progress" screenshots
Download
- Clearlooks v0.6.2 source: clearlooks-0.6.2.tar.bz2
- Clearlooks v0.6 Metacity theme clearlooks-metacity-0.6.tar.gz
- Clearlooks v0.6.1 AutoPackage: clearlooks-engine-0.6.1-2.x86.package
Authors
Tracking Progress...
Sunday, October 23 2005 - Richard Stellingwerff
For details on checking out the new Clearlooks from CVS, visit http://developer.gnome.org/tools/cvs.html.
The GDK version can be found with the tag "gtk-engines-2-6" and the Cairo version is in HEAD.
If you don't know what this means, then you should stick with the releases ;)
Thursday, June 10 2005 - Richard Stellingwerff & Daniel Borgmann
- New menuitem style.
- New button style.
- New listview item style.
- And much more!
Friday, May 13 2005 - Richard Stellingwerff
The OpenOffice.org team don't seem to be trying very hard at making OpenOffice.org 2.0 look good with the GTK-wannabe UI. I was able to make some improvements, but it still looks very odd in places. Maybe one day someone will actually give a serious attempt at mimicking GTK+.
Some applications use the GtkProgressbar in ways it wasn't meant for. Such as displaying the amount of diskspace used on a CD-R, or audio volume. With animation support enabled for progressbars, this looks kinda wierd. I have been thinking of a way to allow developers to force the progressbar into being static. The first thing that came to my mind was to set the progressbar to 'Insensitive' (read: Disabled). I tried it on a bunch of themes, and the look of the progressbar doesn't change in any theme (nor in Clearlooks) so I think that this might be a good way to tell the engine to draw a static progressbar. It's not implemented in Clearlooks yet, but I will unless someone gives me a good reason not to do it.