JWM Themes Exchange

Themes, icons, wallpapers, etc.
Message
Author
User avatar
ttuuxxx
Posts: 11171
Joined: Sat 05 May 2007, 10:00
Location: Ontario Canada,Sydney Australia
Contact:

#76 Post by ttuuxxx »

as jwm goes that theme is a 100% keeper, Excellent stuff :)
I hope Barry kills that citrus theme and replaces it with yours:) Or if he kills JWM I hope he uses my icewm theme :)
once again top marks for your JWM theme. And "Glossy P" looks grand with it.
ttuuxxx
http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games :)

big_bass
Posts: 1740
Joined: Mon 13 Aug 2007, 12:21

#77 Post by big_bass »

Eyes-Only wrote:I hope the link is fixed soon as my main version of Puppy is 3.0.1 and that's the one I'd like to use this in.

Thanks for all of your hard work here DrNaBl! You are an astounding artist and themer!

Amicalement mon chum,

Eyes-Only
"L'Peau-Rouge"
the posted "old "link still marks an error


If you decide to uninstall you will need this to restore JWM completely
http://www.murga-linux.com/puppy/viewto ... ch&id=9218

Hey DrNaBl I edited your first pet and changed the two icons and it works fine for me now with version 3.01 the uninstall needs my pet to correct JWM back to the orginal state

Note : you should build a repair uninstall for 3.02 since I dont use that version but the template of my pet shout be very close and easy to edit

big_bass

User avatar
Eyes-Only
Posts: 1043
Joined: Thu 10 Aug 2006, 06:32
Location: La Confederation Abenaquaise

#78 Post by Eyes-Only »

Thanks for posting that BigBass and for bringing that to my attention. Oupsie! Yeah... I did install the other one here so "I would've been up the creek without a paddle" (as they say in English) had I NOT have had your correction file. Thanks again!

I actually HAD read what you'd written the first time but I'm much like the donkey, you know? Got to bat me between the eyes with a 2x4 to get my attention most times. LOL!

Thanks again everyone. And BTW: The link has been fixed to the theme. ;)

Amicalement,

Eyes-Only
"L'Peau-Rouge"
*~*~*~*~*~*
Proud user of LXpup and 3-Headed Dog. 8)
*~*~*~*~*~*

User avatar
stevenbinion
Posts: 179
Joined: Fri 24 Aug 2007, 14:29
Location: Pittsburgh, PA - United States
Contact:

#79 Post by stevenbinion »

Hello, I've been playing with a theme a bit, just looking for some input, suggestions, etc.

I'm just trying to snaz up my Wolf Puplette a bit.
Image

Here is my jwm-wolf_pup

Code: Select all

<JWM>
	<!-- WINDOW PROPERTIES -->
		<WindowStyle>
			<Font>DejaVu Sans-9</Font>
			<Width>2</Width
			<Height>15</Height>

			<Active>
				<Text>white</Text>
				<Title>grey70:black</Title>
				<Corner>green</Corner>
				<Outline>black</Outline>
			</Active>

			<Inactive>
				<Text>black</Text>
				<Title>grey70:grey40</Title>
				<Corner>yellow</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>white</Foreground>
		</TrayStyle>

	<!-- PAGER PROPERTIES -->
		<PagerStyle>
			<Outline>black</Outline>
			<Foreground>white</Foreground>
			<Background>black</Background>
			<ActiveForeground>#9dbbdb</ActiveForeground>
			<ActiveBackground>gray20</ActiveBackground>
		</PagerStyle>

	<!-- SYSTEM LOAD MODULE PROPERTIES -->

	<!-- POPUP PROPERTIES -->
		<PopupStyle>
			<Font>DejaVu Sans-10</Font>
			<Outline>blue</Outline>
			<Foreground>grey10</Foreground>
			<Background>grey90</Background>
		</PopupStyle>

	<!-- MENU PROPERTIES -->
		<MenuStyle>
			<Font>DejaVu Sans-10</Font>
			<Foreground>navy</Foreground>
			<Background>black</Background>
			<ActiveForeground>#99CCFF</ActiveForeground>
			<ActiveBackground>gray70:black</ActiveBackground>
		</MenuStyle>

	<!-- BACKGROUND KEY BINDING -->
</JWM>
here is the .jwmrc-tray:

Code: Select all

\<JWM>
	<Tray  autohide="false" insert="right" x="0" y="-1" border="0" height="26" >
		<!-- Additional TrayButton attribute: label -->
		<TrayButton label=" Start " icon="mini-dog.xpm">root:3</TrayButton>
		
		<!-- BK showdesktop incompatible with rox 2.5... -->
		<TrayButton popup="Show desktop" icon="showdesk16.xpm">showdesktop</TrayButton>
		<TrayButton popup="Open terminal" icon="mini-sh.xpm">exec:rxvt</TrayButton>
		<TrayButton popup="Open text editor" icon="mini-edit.xpm">exec:defaulttexteditor</TrayButton>
		
		<!-- Additional Pager attributes; width, height -->
		<Pager/>
		
		<!-- Additional TaskList attribute: maxwidth -->
		<TaskList/>
		<Dock/>
		
		<!-- Additional Swallow attribute: height -->
		<Swallow name="blinky">
			blinkydelayed -bg black
		</Swallow>
		
		<Swallow name="mini-volume.tcl">
			mini-volume.tcl -bg black -fg black -mixer pvolume-mixer.tcl
		</Swallow>
		
		<Swallow name="freememapplet" width="48">
			<!-- freememappletdelayed -->
			freememapplet
		</Swallow>
		
		<Swallow name="xload" width="32">
			xload -nolabel -bg black -fg red -hl white
		</Swallow>
		
		<Clock>minixcal</Clock>
	</Tray>
</JWM>
Please feel free to leave some feedback and suggestions.
[b][[url=http://www.tekwolf.net]Home of Wolf Pup Linux[/url]][/b]

User avatar
stevenbinion
Posts: 179
Joined: Fri 24 Aug 2007, 14:29
Location: Pittsburgh, PA - United States
Contact:

#80 Post by stevenbinion »

How can I make a new theme I've created default from the very fist launch of the CD?
[b][[url=http://www.tekwolf.net]Home of Wolf Pup Linux[/url]][/b]

aragon
Posts: 1698
Joined: Mon 15 Oct 2007, 12:18
Location: Germany

#81 Post by aragon »

hi steve,

maybe you'll try this

Code: Select all

<TaskListStyle>
<Font>FreeSans-12:bold</Font>
<ActiveForeground>white</ActiveForeground>
<ActiveBackground>black:#9dbbdb</ActiveBackground>
<Foreground>white</Foreground>
<Background>gray50:black</Background>
</TaskListStyle>
for tasklist.

cheers
aragon

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

#82 Post by HairyWill »

stevenbinion wrote:How can I make a new theme I've created default from the very fist launch of the CD?
put it in /root/.jwm/jwmrc-theme
If you want the user to be able to switch back to it after trying something else then you should pick a name for it and copy the format of the existing theme files.

The theme selector and jwm configurator do some on the fly editing of the jwmrc-tray so you probably should test that these work ok on your tray definition. My jwm config is usually so off wack that I don't trust the automatic tools to play with it, I currently have 16 trays defined.
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
stevenbinion
Posts: 179
Joined: Fri 24 Aug 2007, 14:29
Location: Pittsburgh, PA - United States
Contact:

#83 Post by stevenbinion »

Thanks to both of you for the suggestions, I'll try them both out as soon as I get home.
[b][[url=http://www.tekwolf.net]Home of Wolf Pup Linux[/url]][/b]

iwigo
Posts: 63
Joined: Wed 08 Nov 2006, 19:36
Location: Burgos, Spain

#84 Post by iwigo »

could yo make a dotpup for each theme? some of them are fantastic but i don't know how to install them

magerlab
Posts: 739
Joined: Sun 08 Jul 2007, 20:08

#85 Post by magerlab »

i like the idea of having two trays like xfce
is it possible to have programms inserted into the upper tray?

i did not think jwm could be tweaked so nice!

aragon
Posts: 1698
Joined: Mon 15 Oct 2007, 12:18
Location: Germany

#86 Post by aragon »

dear magerlab,

yes, it is possible to insert programs to the upper tray (as both are theoretically the same).

if you look at the .jwmrc-tray, there are section like

Code: Select all

<TrayButton popup="Show desktop" icon="showdesk16.xpm">showdesktop</TrayButton>
with those commands you can insert buttons/programs in both trays (as i'm not posting this from my puppy, please check!).

as allways: please backup first.

cheers
aragon

SDash
Posts: 1
Joined: Wed 21 May 2008, 18:09

can't uninstall the xfce themes

#87 Post by SDash »

In this topic I tried out the XFCE themes and I liked them at first. But then I started to prefer having all of my links and task bar on the bottom so I tried to uninstall the themes but only the icons would be uninstalled and under JWM config I would still see the XFCE option.

Is it just me or do others have a problem with this?
I also tried to change to other JWM themes but it only changes the color theme of the XFCE look.

I want the normal JWM look back but I've settled with openbox in the fatdog.sfs package.

Thanks

magerlab
Posts: 739
Joined: Sun 08 Jul 2007, 20:08

#88 Post by magerlab »

it all can be done just by editing /root/.jwmrc-tray in geany( or leafpad)

say you have a line like this
Tray autohide="true" insert="right" x="0" y="-1" valign="top" halign="center" height="48" >
just change "top" to "bottom" and yo'll have tray at bottom

i'm sticked to 2 tray jwm
it 's cool
Attachments
twotray desktop.jpg
(159.87 KiB) Downloaded 3288 times

User avatar
Eyes-Only
Posts: 1043
Joined: Thu 10 Aug 2006, 06:32
Location: La Confederation Abenaquaise

#89 Post by Eyes-Only »

Nice shot magerlab! I really like the looks of that "Faux-XFCE" desktop of yours. So I've saved it in my Puppy Files directory to use as a shot of "What Puppy Can Do" when I go to show him off to friends. ;)

I also like your menu button. I think you've used it as such? The "Puppy"? I done likewise with my LXPanel only I used the brown one as my desktop wallpaper is the old "Murkel 2.14" Puppy shot. ;)

Thanks for sharing that screen-pic magerlab!

Amicalement,

Eyes-Only
"L'Peau-Rouge"
*~*~*~*~*~*
Proud user of LXpup and 3-Headed Dog. 8)
*~*~*~*~*~*

magerlab
Posts: 739
Joined: Sun 08 Jul 2007, 20:08

#90 Post by magerlab »

I wonder if it's possible to use svg icons for menu and buttons?

i did not realize that jwm can be configured so nice!
the only thing i dislike is the bug with gxine full screen

User avatar
prit1
Posts: 542
Joined: Fri 04 Jan 2008, 00:10
Location: Los Angeles

#91 Post by prit1 »

@magerlab: I dont have the Gxine fullscreen problem in 3.01 and 4.00 when I use the light icewm package from Ttuuxxx. But with Jwm I do have this problem.
[url=http://macpup.org][b]Macpup - The beauty of linux[/b][/url] [b] | [/b] [url=http://pritlog.com/][b]Pritlog - Simple blog app[/b][/url]

magerlab
Posts: 739
Joined: Sun 08 Jul 2007, 20:08

#92 Post by magerlab »

yes, it's a jwm problem
but icewm for some reason( i still do not know) can not show window titles in unicode
so i now use more jwm and openbox +lxpanel
i hope that gxine problem will be solved ( or another player wiil be used in puppy :P )

big_bass
Posts: 1740
Joined: Mon 13 Aug 2007, 12:21

#93 Post by big_bass »

magerlab wrote:yes, it's a jwm problem
but icewm for some reason( i still do not know) can not show window titles in unicode
so i now use more jwm and openbox +lxpanel
i hope that gxine problem will be solved ( or another player wiil be used in puppy :P )
gxine in puppy 4.00 is the best gxine yet ( Barry K did a great job with it )
it was downgraded and extra xine codecs were added
it is larger now but well worth the extra weight


I tested it with many formats all worked
*some formats you may need to drag and drop but thats an easy fix

open some more formats with gxine puppy 4.00
download these they are all tar.gz so you more control what to install
the first one on the list is instructions the rest are MIME-types
http://www.murga-linux.com/puppy/viewto ... ch&id=9911
http://www.murga-linux.com/puppy/viewto ... ch&id=9909
http://www.murga-linux.com/puppy/viewto ... ch&id=9908
http://www.murga-linux.com/puppy/viewto ... ch&id=9907

INSTUCTIONS where to place these mime types so you gain some more formats that you can open using gxine or any other media player

This will take you there fast

open console paste this

rox -s /root/Choices/MIME-types


open the folder
and place the three files (the above that you downloaded )there
now your default media player can launch them from saved files




big_bass
Last edited by big_bass on Sat 05 Jul 2008, 20:19, edited 2 times in total.

User avatar
Evil20071
Posts: 489
Joined: Sat 07 Jun 2008, 19:50
Location: Piedmont, SC,.United States
Contact:

#94 Post by Evil20071 »

Ok. I've tried several of these, and, though they show up in my JWM manager, they don't apply when selected, even after JWM and full system reboot. Any ideas why?

vg1
Posts: 142
Joined: Sun 02 Dec 2007, 18:56

#95 Post by vg1 »

Here are some new themes for dingo4:
- black-IV - similar to icewm's Vista-Black-IV
- black-IV-slate - similar to above but with slightly livelier colours
- Lightlooks-Gold - for those who prefer lighter colours

Fonts are included. They may not render well on your screen, or if you don't like them, just comment them out, erase or change them. You can also override them in your jwmrc-personal file.

The themes can also be used in p3, or any version with jwm 2.0 or higher. In that case you need to manually apply the 'taskliststyle' colours to the blinker, xload & mini-volume in yout jwmrc-tray file.

For those who liked my 'black-vg' theme but found the fonts too big & imposing [as did I] I have also included a slightly modified - 'black-vg-sf' theme.I had my jwmrc-tray file set to override fonts and hadn't noticed while I was testing that theme. I have reduced them here. I like them better this way. Of course, they can easily be reduced as above, this is ready-made for those who prefer them that way.

vg
Attachments
d4themes.tar.gz
new themes for dingo 4
(1.47 KiB) Downloaded 977 times

Post Reply