Description: A window decoration made with gimp and decgen. Now with colorization thanks to decgen 0.4, Thanks for the continued support maitre.Last changelog:
Decgen 0.4 makeover. Colorization support - Thanks maitre Refined masks. Help button removed.
... why did you change the name to cxsteel? It would have been much easier to just increase the version-number.
So I had to add a new branch in portage, instead of just updating the ebuild...
All in all i like it VERY much, hope you now are happy with the name for future versions :)
Franz
Looks good - i've just started playing with decgen and have a question. How do you change the position of the close/min/max buttons? I notice yours are together where as normally there is a 2 pixel gap? Thanks Sam
Take a look in the packagename.h file under the kwin directory. There are several fairly simple settings in there one of which is the button spacing setting, which defaults to 3 I think.
Fresh design pootie, nice job.
In the future too, you can tell the deco not to draw the help button if you want.
Inside the function
inline void TemplateClient::addButtons(QBoxLayout *layout, const QString &s) {
remove the "case 'H' : " line to the "break;" line.
By the way - I just finished up support for colorizing. Decgen 0.4 now supports KDE's color settings. I've only tried this with my template, look for decgen 0.4 sometime this week.
Ratings & Comments
6 Comments
... why did you change the name to cxsteel? It would have been much easier to just increase the version-number. So I had to add a new branch in portage, instead of just updating the ebuild... All in all i like it VERY much, hope you now are happy with the name for future versions :) Franz
Sorry about that. I wasn't too sure about this causing anyone any problems, it was meant to be a precaution. I will stick with the name in the future.
Looks good - i've just started playing with decgen and have a question. How do you change the position of the close/min/max buttons? I notice yours are together where as normally there is a 2 pixel gap? Thanks Sam
Take a look in the packagename.h file under the kwin directory. There are several fairly simple settings in there one of which is the button spacing setting, which defaults to 3 I think.
Fresh design pootie, nice job. In the future too, you can tell the deco not to draw the help button if you want. Inside the function inline void TemplateClient::addButtons(QBoxLayout *layout, const QString &s) { remove the "case 'H' : " line to the "break;" line. By the way - I just finished up support for colorizing. Decgen 0.4 now supports KDE's color settings. I've only tried this with my template, look for decgen 0.4 sometime this week.
Thanks. Can't wait for the release :)