Page 2 of 18

Posted: Fri 09 Nov 2007, 00:36
by cb88
little bit off topic but here is a site with a truck load of wallpapers: http://interfacelift.com/

Posted: Wed 14 Nov 2007, 19:28
by setecio
Excellent theme :D

Posted: Wed 14 Nov 2007, 23:47
by Rhino
There are several other older JWM themes floating around here on the forum. I had made a few dotpups for themes and put them here. I'm not sure if these will work with the current puppy, but maybe they could be modified into the current .pet format.

Posted: Thu 15 Nov 2007, 07:44
by ecomoney
Rhino & Whodo, thanks for sharing the links, there are some excellent themes on there that blow the current themes in puppy out of the water. Whodo excellent artwork.

Posted: Fri 16 Nov 2007, 07:10
by floborg
I don't think I understand the gradient post earlier in this thread. There's no gradient on the Menu, just the Menu button and the blue selection. Does JWM support a gradient on the menu itself?

Posted: Fri 16 Nov 2007, 15:37
by cb88
jwm 2.01 is required for gradient support

if you menu does not have gradients then that part of the theme may be missing

Posted: Fri 16 Nov 2007, 17:36
by wingruntled
For anybody that likes 3D art wallpaper, this is about the best site I have found.
http://fantasyartdesign.com/3dgallery/a ... res-3d.htm

JWM Themes Exchange

Posted: Fri 16 Nov 2007, 19:37
by Tom Raft

Posted: Sat 17 Nov 2007, 00:17
by floborg
cb88 wrote:jwm 2.01 is required for gradient support

if you menu does not have gradients then that part of the theme may be missing
I have Puppy 3.01. Which JWM is included?

I unpacked the Vista theme from the pet file and copied it to the themes directory. It looks just like the screenshot posted earlier, which has no gradient on the menu.

Posted: Mon 19 Nov 2007, 02:28
by 106498
Maybe it's just my imagination but on Tom's screenshot it looks like both the active and inactive taskbar buttons (is that what you call the things you click on to open a minimized button) have gradients. How would you go about setting the gradient for this?

JWM Themes Exchange

Posted: Mon 19 Nov 2007, 20:23
by Tom Raft
For gradients in taskbar buttons edit the following bold, italian parts in .jwmrc

<TaskListStyle>
<Font>DejaVu Sans 12:bold</Font>
<ActiveForeground>black</ActiveForeground>
<ActiveBackground>orange:yellow</ActiveBackground>
<Foreground>gray60</Foreground>
<Background>gray50:black</Background>
</TaskListStyle>

menu doesn't have gradients

hope this helps

Posted: Tue 20 Nov 2007, 01:27
by 106498
Thanks Tom I've finished my (quite shocking) theme. I'll go figure out how to make dotpups now!

Posted: Tue 20 Nov 2007, 03:39
by 106498
sorry no dotpup for now but heres the code:

Code: Select all

<WindowStyle>
	<Font>DejaVu Sans 12</Font>
	<Width>2</Width>
	<Height>20</Height>
	<Active>
	<Text>green</Text>
	<Title>black</Title>
	<Corner>green</Corner>
	<Outline>black</Outline>
	</Active>
	<Inactive>
	<Text>green</Text>
	<Title>black</Title>
	<Corner>green</Corner>
	<Outline>black</Outline>
	</Inactive>
</WindowStyle>


<TaskListStyle>
	<Font>DejaVu Sans 12</Font>
	<!--ActiveForeground>white</ActiveForeground>
	<ActiveBackground>#8899A6</ActiveBackground-->
	<Foreground>green</Foreground>
	<Background>black</Background>
	<ActiveForeground>yellow</ActiveForeground>
	<ActiveBackground>black</ActiveBackground>
</TaskListStyle>

<!-- Additional TrayStyle attribute: insert -->
<TrayStyle>
	<Font>DejaVu Sans 12</Font>
	<Background>black</Background>
	<Foreground>green</Foreground>
</TrayStyle>

<PagerStyle>
	<Outline>black</Outline>
	<Foreground>green</Foreground>
	<Background>black</Background>
	<ActiveForeground>green</ActiveForeground>
	<ActiveBackground>black</ActiveBackground>
</PagerStyle>

<MenuStyle>
	<Font>DejaVu Sans 12</Font>
	<Foreground>green</Foreground>
	<Background>black</Background>
	<ActiveForeground>yellow</ActiveForeground>
	<ActiveBackground>black</ActiveBackground>
</MenuStyle>

<PopupStyle>
	<Font>DejaVu Sans 10</Font>
	<Outline>black</Outline>
	<Foreground>green</Foreground>
	<Background>black</Background>
</PopupStyle> 


you need to set the background of your desktop to black and the writing under icons to green. This is done in the Rox filer options menu.

Posted: Tue 20 Nov 2007, 03:42
by 106498
oh and heres a screenshot:

Here's Mine...

Posted: Wed 21 Nov 2007, 19:55
by PlancksCnst
It's dark, with minimal gradients. I made it to go with the "Night Launch" theme for Firefox.

Code: Select all

<JWM>
<!-- WINDOW PROPERTIES -->

<WindowStyle>

<Font>FreeSans-8</Font>
<Width>2</Width
<Height>15</Height>

<Active>
<Text>white</Text>
<Title>grey40:grey30</Title>
<Corner>#00ff00</Corner>
<Outline>black</Outline>
</Active>

<Inactive>
<Text>black</Text>
<Title>grey80:grey70</Title>
<Corner>white</Corner>
<Outline>black</Outline>
</Inactive>

</WindowStyle>

<!-- TRAY PROPERTIES -->

<ClockStyle>
<Font>DejaVu Sans-12:bold</Font>
<Foreground>#ffffff</Foreground>
<Background>#000000</Background>
</ClockStyle>

<TaskListStyle>
<Font>FreeSans-12</Font>
<ActiveForeground>white</ActiveForeground>
<ActiveBackground>grey40:grey50</ActiveBackground>
<Foreground>white</Foreground>
<Background>grey20:grey10</Background>
</TaskListStyle>

<TrayStyle>
<Font>FreeSans-12:bold</Font>
<Background>black</Background>
<Foreground>grey90</Foreground>
</TrayStyle>

<!-- PAGER PROPERTIES -->

<PagerStyle>
<Outline>black</Outline>
<Foreground>white</Foreground>
<Background>gray20</Background>
<ActiveForeground>#9dbbdb</ActiveForeground>
<ActiveBackground>gray20</ActiveBackground>
</PagerStyle>

<!-- SYSTEM LOAD MODULE PROPERTIES -->


<!-- POPUP PROPERTIES -->

<PopupStyle>
<Font>FreeSans-10</Font>
<Outline>black</Outline>
<Foreground>grey10</Foreground>
<Background>grey90</Background>
</PopupStyle>

<!-- MENU PROPERTIES -->

<MenuStyle>
      <Font>-adobe-helvetica-bold-r-*-*-*-180-*-*-*-*-*-*</Font>
      <Foreground>#dddddd</Foreground>
      <Background>#111111</Background>
      <ActiveForeground>#ffffff</ActiveForeground>
      <ActiveBackground>#444444:#222222</ActiveBackground>
</MenuStyle>

<!-- BACKGROUND KEY BINDING -->

</JWM>
[/code]

Start instead of menu

Posted: Fri 23 Nov 2007, 07:47
by ecomoney
Something I have noticed with users is that the word "menu" disorientates them, when they are expecting the word "start"? Would someone do a theme with this change and report back how it is done?

Re: Start instead of menu

Posted: Fri 23 Nov 2007, 09:05
by WhoDo
ecomoney wrote:Something I have noticed with users is that the word "menu" disorientates them, when they are expecting the word "start"? Would someone do a theme with this change and report back how it is done?
Sure. Edit /root/.jwmrc-tray at the top where the word "Menu" appears.

Code: Select all

<Tray  autohide="false" insert="right" x="0" y="-1" border="0" height="26" >
		<!-- Additional TrayButton attribute: label -->
		<TrayButton label="Menu" icon="vincent-logo16.xpm">root:3</TrayButton>
Just replace it with whatever you choose. I usually add spaces either side, too, to give some room to the icon that is mentioned.

Hope that helps.

Re: Start instead of menu

Posted: Fri 23 Nov 2007, 12:13
by HairyWill
ecomoney wrote:Something I have noticed with users is that the word "menu" disorientates them, when they are expecting the word "start"? Would someone do a theme with this change and report back how it is done?
deja-vu
page 2 of this thread
http://www.murga-linux.com/puppy/viewto ... 617#151617

Posted: Sat 24 Nov 2007, 00:49
by cb88
why are we worrying about the menu button when other stuff is actally broke... currently the olny thing I hate about my setup is the green "start" button.... didn't someone mention doing a new jwm config wizard if so add option to change the button name?

IMO "Menu" is about as logical as it gets because that is what it is ... "Start" doesn't really make sence what exactly is it that we are starting? I think M$ chose "Start" because... we'll it is hard to explain.... why copy a windows convention if the current one makes as much or better sence?

If the word "Menu" disorients people we should put a warning that they should not drink alcohol or smoke weed while using puppy...DUH! LOL

I just find it hard to believe that anybody has been "disoriented" by "Menu" how many experiences have you had with this ecomoney?

If people really are that "disorientable" (i'm not inclined to think so) they won't be able to figure out any computer stuff anyway Linux Mac or M$ ....or BSD or whatever Cameras use "Menu" just like practicaly all cosumer devices... are they more common than computers these days? that would make "Menu" a better standard (assuming most of them use it)...

PS. the start button wierds me out.....

Posted: Sat 24 Nov 2007, 01:03
by WhoDo
cb88 wrote:PS. the start button wierds me out.....
Ya think? :shock: