JWM Themes Exchange

Themes, icons, wallpapers, etc.
Post Reply
Message
Author
Tom Raft
Posts: 25
Joined: Sat 03 Nov 2007, 11:01

JWM Themes Exchange

#16 Post by Tom Raft »

Sorry for the big image.

IT's my first time on a forum. Because I'm no programmer/ coder I can't deliver a package. So I post the essential parts of my .jwmrc and .jwmrc-tray. Also my english is bad.

.jwmrc

<!-- new for jwm 2.0, replaces borderstyle above -->

<WindowStyle>

<Font>DejaVu Sans 9:bold</Font>
<Width>4</Width
<Height>20</Height>

<Active>
<Text>gold</Text>
<Title>gray50:lightsteelblue</Title>
<Corner>gold</Corner>
<Outline>black</Outline>
</Active>

<Inactive>
<Text>gray60</Text>
<Title>gray50:black</Title>
<Corner>gray60</corner>
<Outline>black</Outline>
</Inactive>

</WindowStyle>

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

<!-- Additional TrayStyle attribute: insert -->
<TrayStyle>
<Font>DejaVu Sans 12:bold</Font>
<Background>gray10</Background>
<Foreground>white</Foreground>
</TrayStyle>

<PagerStyle>
<Outline>black</Outline>
<Foreground>gray</Foreground>
<Background>gray20</Background>
<ActiveForeground>#0E58B3</ActiveForeground>
<ActiveBackground>gray20</ActiveBackground>
</PagerStyle>

<MenuStyle>
<Font>DejaVu Sans 12:bold</Font>
<Foreground>white</Foreground>
<Background>gray20</Background>
<ActiveForeground>black</ActiveForeground>
<ActiveBackground>yellow:orange</ActiveBackground>
</MenuStyle>

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

.jwmrc-tray

<!-- Additional Swallow attribute: height -->
<Swallow name="blinky">
blinkydelayed -bg gray20
</Swallow>

<Swallow name="mini-volume.tcl">
mini-volume.tcl -bg gray20 -mixer pvolume-mixer.tcl
</Swallow>

<Swallow name="freememapplet" width="48">
<!-- freememappletdelayed -->
freememapplet
</Swallow>

<Swallow name="xload" width="32">
xload -nolabel -bg gold -fg red -hl white
</Swallow>


Best regards

Tom

User avatar
willhunt
Posts: 495
Joined: Wed 05 Oct 2005, 18:19

#17 Post by willhunt »

Wow :D

If you wish upon a star...........
[url=http://hostfile.org/icepak.pet]176 Icewm Themes :!:[/url]
[url=http://tinyurl.com/39fl3x]vlc-0.8.6c-i586.pet[/url]
[url=http://tinyurl.com/2q7cbp]vlc-0.8.6c-i586.pet[/url]

User avatar
ecomoney
Posts: 2178
Joined: Fri 25 Nov 2005, 07:00
Location: Lincolnshire, England
Contact:

Edit Image

#18 Post by ecomoney »

Hi, how would someone go about editing the image used for the start (menu) button, thanks
Puppy Linux's [url=http://www.murga-linux.com/puppy/viewtopic.php?p=296352#296352]Mission[/url]

Sorry, my server is down atm!

User avatar
HairyWill
Posts: 2928
Joined: Fri 26 May 2006, 23:29
Location: Southampton, UK

#19 Post by HairyWill »

in /root/.jwmrc-tray edit the line that reads

Code: Select all

<TrayButton label="Menu" icon="mini-dog.xpm">root:3</TrayButton>
Either use the full path to the icon or ensure it is inside one of the font directories declared in /root/.jwmrc. I know it supports xpm and png but you'd have to check for other formats. It can resize the icon.
Will
contribute: [url=http://www.puppylinux.org]community website[/url], [url=http://tinyurl.com/6c3nm6]screenshots[/url], [url=http://tinyurl.com/6j2gbz]puplets[/url], [url=http://tinyurl.com/57gykn]wiki[/url], [url=http://tinyurl.com/5dgr83]rss[/url]

User avatar
cb88
Posts: 1165
Joined: Mon 29 Jan 2007, 03:12
Location: USA
Contact:

#20 Post by cb88 »

white inactive widows black active gradient taskbar(black/white) and gradient selection in menu (red/black) pager is orange/black

Code: Select all

<JWM>
	<!-- 
	TITLE:		highcontrast-red/black
	AUTHOR:		cb88
	Created:	2007
	Version:	0.1.0
	Updates:	none: first release.
	JWM ver:	2.01 ..actually svn
 
	-->

	<!-- WINDOW BORDER PROPERTIES -->

<!--	<BorderStyle>
               <Font>-adobe-helvetica-bold-r-*-*-14-*-*-*-*-*-*-*</Font>
               <Width>5</Width>
               <Height>20</Height>
               <Foreground>#FFFFFF</Foreground>
               <Background>#3980F4</Background>
               <ActiveForeground>#FFFFFF</ActiveForeground>
               <ActiveBackground>#0058F0</ActiveBackground
        </BorderStyle> -->
<WindowStyle>
    <Font>DejaVu Sans 12</Font>
    <Width>5</Width>
    <Height>20</Height>     
    <Active>
       <Text>white</Text>
       <Title>#000000</Title>
       <Corner>#faed00</Corner>
       <Outline>black</Outline>
    </Active>
    <Inactive>
       <Text>black</Text>
       <Title>#FFFFFF</Title>         
       <Corner>#faed00</Corner>
       <Outline>black</Outline>
    </Inactive>
</WindowStyle> 


	<!-- TRAY PROPERTIES -->

	<TrayStyle>
               <Font>-adobe-helvetica-bold-r-*-*-*-120-*-*-*-*-*-*</Font>
               <Height>24</Height>
               <Foreground>#000000</Foreground>
               <Background>#ffffff</Background>
        </TrayStyle>

<TaskListStyle>
<Font>FreeSans-12:bold</Font>
<ActiveForeground>white</ActiveForeground>
<ActiveBackground>black:#9dbbdb</ActiveBackground>
<Foreground>white</Foreground>
<Background>gray50:black</Background>
</TaskListStyle>
	<!-- PAGER PROPERTIES -->

        <PagerStyle>
               <Outline>#219221</Outline>
               <Foreground>#ffa800</Foreground>
               <Background>#000000</Background>
               <ActiveForeground>#000000</ActiveForeground>
               <ActiveBackground>#ffa800</ActiveBackground>
        </PagerStyle>

	<!-- SYSTEM LOAD MODULE PROPERTIES -->


	<!-- POPUP PROPERTIES -->

	<PopupStyle>
               <Font>-adobe-helvetica-medium-r-*-*-*-140-*-*-*-*-*-*</Font>
               <Outline>black</Outline>
               <Foreground>black</Foreground>
               <Background>lightyellow</Background>
        </PopupStyle>

	<!-- MENU PROPERTIES -->
   
        <MenuStyle>
               <Font>-adobe-helvetica-bold-r-*-*-*-140-*-*-*-*-*-*</Font>
               <Foreground>#000000</Foreground>
               <Background>#ffffff</Background>
               <ActiveForeground>#FFFFFF</ActiveForeground>
               <ActiveBackground>#000000:ffffff</ActiveBackground>
        </MenuStyle>

	<!-- BACKGROUND KEY BINDING -->

</JWM>
Taking Puppy Linux to the limit of perfection. meanwhile try "puppy pfix=duct_tape" kernel parem eater.
X86: Sager NP6110 3630QM 16GB ram, Tyan Thunder 2 2x 300Mhz
Sun: SS2 , LX , SS5 , SS10 , SS20 ,Ultra 1, Ultra 10 , T2000
Mac: Platinum Plus, SE/30

User avatar
cb88
Posts: 1165
Joined: Mon 29 Jan 2007, 03:12
Location: USA
Contact:

#21 Post by cb88 »

little bit off topic but here is a site with a truck load of wallpapers: http://interfacelift.com/
Taking Puppy Linux to the limit of perfection. meanwhile try "puppy pfix=duct_tape" kernel parem eater.
X86: Sager NP6110 3630QM 16GB ram, Tyan Thunder 2 2x 300Mhz
Sun: SS2 , LX , SS5 , SS10 , SS20 ,Ultra 1, Ultra 10 , T2000
Mac: Platinum Plus, SE/30

setecio
Posts: 326
Joined: Wed 01 Nov 2006, 12:09
Location: UK

#22 Post by setecio »

Excellent theme :D

User avatar
Rhino
Posts: 263
Joined: Wed 04 May 2005, 13:28
Location: Cincinnati, OH, USA
Contact:

#23 Post 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.
Visit the Puppy Linux Video Tutorials @ http://rhinoweb.us

User avatar
ecomoney
Posts: 2178
Joined: Fri 25 Nov 2005, 07:00
Location: Lincolnshire, England
Contact:

#24 Post 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.
Puppy Linux's [url=http://www.murga-linux.com/puppy/viewtopic.php?p=296352#296352]Mission[/url]

Sorry, my server is down atm!

User avatar
floborg
Posts: 199
Joined: Thu 25 Oct 2007, 12:12
Location: Fort Worth, TX

#25 Post 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?

User avatar
cb88
Posts: 1165
Joined: Mon 29 Jan 2007, 03:12
Location: USA
Contact:

#26 Post 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
Taking Puppy Linux to the limit of perfection. meanwhile try "puppy pfix=duct_tape" kernel parem eater.
X86: Sager NP6110 3630QM 16GB ram, Tyan Thunder 2 2x 300Mhz
Sun: SS2 , LX , SS5 , SS10 , SS20 ,Ultra 1, Ultra 10 , T2000
Mac: Platinum Plus, SE/30

wingruntled

#27 Post 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

Tom Raft
Posts: 25
Joined: Sat 03 Nov 2007, 11:01

JWM Themes Exchange

#28 Post by Tom Raft »


User avatar
floborg
Posts: 199
Joined: Thu 25 Oct 2007, 12:12
Location: Fort Worth, TX

#29 Post 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.

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

#30 Post 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?

Tom Raft
Posts: 25
Joined: Sat 03 Nov 2007, 11:01

JWM Themes Exchange

#31 Post 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

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

#32 Post by 106498 »

Thanks Tom I've finished my (quite shocking) theme. I'll go figure out how to make dotpups now!

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

#33 Post 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.

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

#34 Post by 106498 »

oh and heres a screenshot:
Attachments
screenshot.png
(149.1 KiB) Downloaded 13723 times

PlancksCnst
Posts: 9
Joined: Sat 27 Oct 2007, 23:46

Here's Mine...

#35 Post 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]
Attachments
screenshot.png
(158.8 KiB) Downloaded 9047 times

Post Reply