c133.org/
.: welcome ::
this page is the official homepage for my first coded KDE style, dotNET. originally, dotNET was created to simply imitate the interface from OfficeXP / VisualStudio.NET; this is where the name "dotNET" is from.
.: NEWS (june 6, 2003) ::
dotNET 1.4.1 is quietly shuffled out... Grab the new tarball and have fun. Bugfixes galore! As always, if you preferred the old look, you can get it back by adding a line to your ~/.qt/kstylerc that says:

Pseudo3D=false

Also, you can turn off rounded corners on the new look with:

RoundedCorners=false

Please, give me feedback about the style! Oh, yeah - and if you want to test out text shadows, try adding another line to your ~/.qt/kstylerc with:

UseTextShadows=true

-clee

.: dotNET ::
dotNET is a style for KDE2 and KDE3. the latest version for KDE2 is dotNET 0.9.3, and the latest version for KDE3 is in the 'kdeartwork' module - however, you can also download a snapshot of it here. Currently, there is also a Qt3-only version, but it doesn't have the translucent menus from the KDE3 version and it hasn't receieved the same feature updates as the version in the KDE CVS. I offer it here only as a convenience to users who are against installing KDE for some reason, and yet still like my style.
.: installing (for KDE3) ::
$ bzip2 -dc dotNET-1.4.1.tar.bz2 | tar -xvf -
$ cd dotNET-1.4.1
$ ./configure && make
# make install
.: installing (for KDE2) ::
$ bzip2 -dc dotNET-0.9.3.tar.bz2 | tar -xvf -
$ cd dotNETStyle
$ ./configure && make
# make install