Author |
Message |
Tom Raft
Joined: 03 Nov 2007 Posts: 26
|
Posted: Sun 04 Nov 2007, 09:30 Post subject:
JWM Themes Exchange Subject description: Sorry for the big image |
|
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
|
Back to top
|
|
 |
willhunt

Joined: 05 Oct 2005 Posts: 495
|
Posted: Mon 05 Nov 2007, 01:10 Post subject:
|
|
Wow
If you wish upon a star...........
_________________ 176 Icewm Themes
vlc-0.8.6c-i586.pet
vlc-0.8.6c-i586.pet
|
Back to top
|
|
 |
ecomoney

Joined: 25 Nov 2005 Posts: 2183 Location: Lincolnshire, England
|
Posted: Mon 05 Nov 2007, 14:50 Post subject:
Edit Image |
|
Hi, how would someone go about editing the image used for the start (menu) button, thanks
_________________ Puppy Linux's Mission
Sorry, my server is down atm!
|
Back to top
|
|
 |
HairyWill

Joined: 26 May 2006 Posts: 2946 Location: Southampton, UK
|
Posted: Mon 05 Nov 2007, 16:05 Post subject:
|
|
in /root/.jwmrc-tray edit the line that reads Code: | <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: community website, screenshots, puplets, wiki, rss
|
Back to top
|
|
 |
cb88

Joined: 28 Jan 2007 Posts: 1169 Location: USA
|
Posted: Wed 07 Nov 2007, 00:43 Post subject:
|
|
white inactive widows black active gradient taskbar(black/white) and gradient selection in menu (red/black) pager is orange/black
Code: | <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
|
Back to top
|
|
 |
cb88

Joined: 28 Jan 2007 Posts: 1169 Location: USA
|
Posted: Thu 08 Nov 2007, 20:36 Post subject:
|
|
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
|
Back to top
|
|
 |
setecio
Joined: 01 Nov 2006 Posts: 326 Location: UK
|
Posted: Wed 14 Nov 2007, 15:28 Post subject:
|
|
Excellent theme
|
Back to top
|
|
 |
Rhino

Joined: 04 May 2005 Posts: 262 Location: Cincinnati, OH, USA
|
Posted: Wed 14 Nov 2007, 19:47 Post subject:
|
|
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
|
Back to top
|
|
 |
ecomoney

Joined: 25 Nov 2005 Posts: 2183 Location: Lincolnshire, England
|
Posted: Thu 15 Nov 2007, 03:44 Post subject:
|
|
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 Mission
Sorry, my server is down atm!
|
Back to top
|
|
 |
floborg

Joined: 25 Oct 2007 Posts: 194 Location: Fort Worth, TX
|
Posted: Fri 16 Nov 2007, 03:10 Post subject:
|
|
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?
|
Back to top
|
|
 |
cb88

Joined: 28 Jan 2007 Posts: 1169 Location: USA
|
Posted: Fri 16 Nov 2007, 11:37 Post subject:
|
|
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
|
Back to top
|
|
 |
wingruntled
Joined: 20 Feb 2007 Posts: 287 Location: Great Lakes
|
Posted: Fri 16 Nov 2007, 13:36 Post subject:
|
|
For anybody that likes 3D art wallpaper, this is about the best site I have found.
http://fantasyartdesign.com/3dgallery/a-digital/01pictures-3d.htm
|
Back to top
|
|
 |
Tom Raft
Joined: 03 Nov 2007 Posts: 26
|
Posted: Fri 16 Nov 2007, 15:37 Post subject:
JWM Themes Exchange Subject description: Just another wallpaper site |
|
http://www.socwall.com/
|
Back to top
|
|
 |
floborg

Joined: 25 Oct 2007 Posts: 194 Location: Fort Worth, TX
|
Posted: Fri 16 Nov 2007, 20:17 Post subject:
|
|
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.
|
Back to top
|
|
 |
106498
Joined: 18 Nov 2007 Posts: 250 Location: NZ
|
Posted: Sun 18 Nov 2007, 22:28 Post subject:
|
|
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?
|
Back to top
|
|
 |
|