Anyone want to customise JWM for me?

For discussions about programming, programming questions/advice, and projects that don't really have anything to do with Puppy.
Post Reply
Message
Author
106498
Posts: 250
Joined: Mon 19 Nov 2007, 02:07
Location: NZ
Contact:

Anyone want to customise JWM for me?

#1 Post by 106498 »

Hey everyone.

I have this vision in my head of how I want JWM to look. More like the old version with a few customisations. I downloaded the source but it's way over my head.

I think it would be pretty easy to do for someone with some C knowledge. I've included a screen of what I'd like the windows and menu to look like. The bar at the bottom should look in a similar style, something like this link:
http://nickgravgaard.com/windowlab/windowlab.png

Also it would be nice if going through the menu the sidemenus didn't pop open immediately, but after a fraction of a second. Would look a bit sleaker I think.

Any takers, pretty please? :-)
-Thomas
Attachments
screen.jpg
(40.5 KiB) Downloaded 371 times
[color=green]An expert is just a beginner with experience.[/color]
Shamelessly representing [url=http://www.tdem.co.nz]TdeM[/url]!

User avatar
WhoDo
Posts: 4428
Joined: Wed 12 Jul 2006, 01:58
Location: Lake Macquarie NSW Australia

Re: Anyone want to customise JWM for me?

#2 Post by WhoDo »

106498 wrote:I have this vision in my head of how I want JWM to look. More like the old version with a few customisations. I downloaded the source but it's way over my head.
You should be able to do this without resorting to manipulating the source code. Search for trio's JWM theme maker. Between that and Gtk themes that can be downloaded and modified from Gnome-look.org, you should be well on your way.

Also take a look at the JWM manual at Joe's site for the options available with the task bar and trays, etc.

Hope that helps.
[i]Actions speak louder than words ... and they usually work when words don't![/i]
SIP:whodo@proxy01.sipphone.com; whodo@realsip.com

106498
Posts: 250
Joined: Mon 19 Nov 2007, 02:07
Location: NZ
Contact:

#3 Post by 106498 »

Not quite. You can't for example get rid of the windows style "3d" border effect on the menu, which I find incredibly ugly. It's the little details that make something like this work.
[color=green]An expert is just a beginner with experience.[/color]
Shamelessly representing [url=http://www.tdem.co.nz]TdeM[/url]!

User avatar
WhoDo
Posts: 4428
Joined: Wed 12 Jul 2006, 01:58
Location: Lake Macquarie NSW Australia

#4 Post by WhoDo »

106498 wrote:Not quite. You can't for example get rid of the windows style "3d" border effect on the menu, which I find incredibly ugly. It's the little details that make something like this work.
Unless I'm mistaken that's a Gtk effect that is controlled by the Gtk theme config file. Between both Gtk and trio's JWM theme maker you should be able to control ALL of the look-and-feel elements.
[i]Actions speak louder than words ... and they usually work when words don't![/i]
SIP:whodo@proxy01.sipphone.com; whodo@realsip.com

User avatar
technosaurus
Posts: 4853
Joined: Mon 19 May 2008, 01:24
Location: Blue Springs, MO
Contact:

#5 Post by technosaurus »

all you need to do is compile it without the features that you don't want - for instance to remove rounded corners, ./configure --disable-shape

if you are referring to the color gradients that make the "appearance" of 3d - just change it in the settings (one color instead of two)

just use ./configure --help if you want to add/remove features (see pet packaging 100 in my signature to get started)

Here is a jwm that I use in minimal desktops with everything disabled (no icons or anything and only basic font support) - it runs really light.
Attachments
jwmin-457.pet
(49.91 KiB) Downloaded 339 times
Check out my [url=https://github.com/technosaurus]github repositories[/url]. I may eventually get around to updating my [url=http://bashismal.blogspot.com]blogspot[/url].

Post Reply