Page 56 of 130

Posted: Wed 17 Feb 2010, 17:39
by puppyluvr
:D Hello,
Its just PAW... 8)
Image

Re: Showing off PULP

Posted: Wed 17 Feb 2010, 19:40
by walter90
zenfunk wrote:Showing off my desktop- all done with JWM and GTK 1.2 applications:

It can be found in PULP 0.1 - the ultralight puplet:
http://murga-linux.com/puppy/viewtopic. ... 753#392753

Cheers,
Christian
How'd you do the taskbar? You say this is all done with JWM and GTK? I'd be interested to know if I can do that and what, if any additional installs I would need.

I want to use it in MediaPup.

Posted: Wed 17 Feb 2010, 20:46
by zenfunk
My jwm-tray file is here:

/root/jwmrc-tray=

Code: Select all

<JWM>
	<Tray  autohide="false" insert="right" x="0" y="-1" border="0" height="22" valign="top">
		<!-- Additional TrayButton attribute: label -->
		<TrayButton popup="Menu" icon="bluecircle.png">root:3</TrayButton>
		<!--TrayButton popup="Filemanager" icon="places.png">exec: emelfm</TrayButton-->
		<TrayButton popup="Help" icon="help.png">exec: dillo file:///usr/share/doc/index.html</TrayButton>
		<!--TrayButton popup="Screenshot" icon="fotoxx.png">exec:shot1</TrayButton-->
		<!--TrayButton popup="Activate Screensaver" icon="xscreensaver.xpm">exec:xscrun</TrayButton-->
		
		<!-- The Swallow below is used to create a blank space in the middle of the tray. Adjust the "width" value if you have a dofferen screen resolution. PULP was developed on a 800 x 600 screen the default value is 520, so if your monitor is wider you might want try a different value. Try 744 if your screen is 1024 pixel wide, try 1000 if your monitor uses 1280 pixels. If your screen is much wider, the chances are good that you don't need PULP at all, because your computer is wickedly fast anyways.-->
		<Swallow name="spacer" width="520"></Swallow>
		<TrayButton popup="Show Desktop" icon="desktop16.png">showdesktop</TrayButton>
		<TrayButton popup="Filesearch" icon="search16.png">exec:gtkfind</TrayButton>
		<TrayButton popup="Volume" icon="volume16.png">exec:xterm -e alsamixer</TrayButton>
		<TrayButton popup="Network setup" icon="networksetup16.png">exec:net-setup.sh</TrayButton>
		<TrayButton popup="Wireless Scan" icon="wireless16.png">exec:Pwireless</TrayButton>
		<TrayButton popup="Battery Status" icon="battery16.png">exec:rxvt -geometry 40x2 -bg black -fg white -e cat /proc/apm</TrayButton>
		<!-- Additional Swallow attribute: height -->
		<!--Swallow name="blinky">
		blinkydelayed -bg "#f4f2ed"
		</Swallow-->
		<!--Swallow name="asapm">
			asapmshell -u 4
		</Swallow-->
		<!--Swallow name="freememapplet" width="34">
			freememapplet
		</Swallow-->
		<!--Swallow name="xload" width="32">
		xload -nolabel -fg red -hl white -bg "#f4f2ed"
		</Swallow-->
		<Clock width="60">minixcal</Clock>
		<TrayButton popup="Shutdown" icon="shutdown16.png">exec:shutdowndialog</TrayButton>
		<Dock/>
		<Swallow name="spacer3" width="250">
		</Swallow>
	</Tray>
	<TrayStyle>
		<Font>DejaVu Sans-12</Font>
		<Foreground>black</Foreground>
		<Background>#8DAEF7</Background>
	</TrayStyle>
	<Tray  autohide="true" height="34" halign="center" valign="bottom" width="500">
		<!-- Additional TrayButton attribute: label -->
		<!--TrayButton popup="Menu" icon="dpup-lin.xpm">root:3</TrayButton-->
	
		<TrayButton popup="Drive Mounter" icon="usbdrv.png">exec:pmount</TrayButton>
		<TrayButton popup="Firefox" icon="firefox48.png">exec:firefox</TrayButton>
		<TrayButton popup="Sylpheed Email Client" icon="email32.png">exec:sylpheed</TrayButton>
		<TrayButton popup="Terminal" icon="console.png">exec:rxvt -bg black -fg white</TrayButton>
		<TrayButton popup="Filemanager" icon="folder.png">exec:emelfm</TrayButton>
		<!--TrayButton popup="Eject/Load CD" icon="mini-cd.xpm">exec:deject</TrayButton>
		<!-- Additional Pager attributes; width, height -->
		<!--Pager/-->
		<Dock/>
		<TaskList maxwidth="32" width=" 480">
		<TaskList/>
	</Tray>
</JWM>
The theme file is this:

/root/.jwm/jwmrc-theme

Code: Select all

<JWM>

<WindowStyle>
    <Font>Helvetica-12</Font>
    <Width>3</Width>
    <Height>22</Height>     
    <Active>
       <Text>black</Text>
       <Title>#C4C4C4:#E6E7E6</Title>
<!--       <Corner>#EFEBEF</Corner> -->
       <Outline>#C1C1C1</Outline>
    </Active>
    <Inactive>
       <Text>black</Text>
       <Title>#E7EBE7:#E6E7E6</Title>         
<!--       <Corner>#DCDAD5</Corner> -->
       <Outline>#E6E6E6</Outline>
    </Inactive>
</WindowStyle> 

<TaskListStyle>
<Font>Helvetica-12</Font>
<ActiveForeground>black</ActiveForeground>
<ActiveBackground>#8AB4D6:#ADDBEF</ActiveBackground>
<Foreground>black</Foreground>
<Background>#EFEBEF</Background>
</TaskListStyle>

	<!-- TRAY PROPERTIES -->

	<TrayStyle>
		<Font>Helvetica-12</Font>
		<Foreground>black</Foreground>
		<Background>#B9C4CC</Background>
	</TrayStyle>

	<!-- PAGER PROPERTIES -->

	<PagerStyle>
		<Outline>black</Outline>
		<Foreground>#DCDAD5</Foreground>
		<Background>#888888</Background>
		<ActiveForeground>#8899AA</ActiveForeground>
		<ActiveBackground>#3A4956</ActiveBackground>
	</PagerStyle>

	<PopupStyle delay="10">
		<Font>Helvetica-12</Font>
		<Outline>black</Outline>
		<Foreground>black</Foreground>
		<Background>white</Background>
	</PopupStyle>

	<MenuStyle>
		<Font>Helvetica-12</Font>
		<Foreground>black</Foreground>
		<Background>#EFEBEF</Background>
		<ActiveForeground>black</ActiveForeground>
		<ActiveBackground>#8AB4D6:#ADDBEF</ActiveBackground>
	</MenuStyle>

</JWM>
Backup the original files first, then replace them with the files above (open in text editor and save as...).

For the GTK themes you have to install some Debian theme engines from the debian repositories. Look for GTK& engines& theme in the debian repositories.

http://packages.debian.org/search?suite ... me+engines

The theme engine used in the pic above is the pixmap engine, the theme is AquaX.

Install MU's GTK- themechooser, some GTK 1.2 apps and there you are.

Cheers, Christian

Posted: Wed 17 Feb 2010, 22:19
by walter90
Thanks zenfunk! :D I'll let you know how it turns out.

Posted: Thu 18 Feb 2010, 01:17
by puppyluvr
:D AWWW
Image

Posted: Thu 18 Feb 2010, 02:35
by Aitch
AAWWW

yes folks..... puppyluvr's back

Nice one, Jay! :D

Aitch :)

Posted: Thu 18 Feb 2010, 21:11
by walter90
I have a rights question:

I'm making a "LOSTpuppy" out of Mediapup 4.1.2 and i am using logos from the show and some of the characters. I got some icons originally intended for Macs and am using those for folders and icons.

Could i show the final product here? I don't want to infringe on any copyrights.

Thanks :D

Posted: Fri 19 Feb 2010, 02:22
by Pizzasgood
Personally, I don't care. Anybody who complains about free advertising hardly deserves to breath, let alone to waste my time complaining about it.

But, it's John's server, so my word isn't final, and if I did recieve any complaints I would feel obligated to at least temporarily remove the content until the issue could be resolved.

But I wouldn't worry about it.

Posted: Fri 19 Feb 2010, 21:15
by walter90
Thank you. I will post it when I'm ready and let the admins fall where they may. :D

Posted: Sat 20 Feb 2010, 23:02
by dejan555
Image

Posted: Sun 21 Feb 2010, 16:16
by dejan555
That didn't last long since I found this nice background, this is new setup

Image

Wallpaper is from here:
http://blue70.deviantart.com/art/Phant-Love-154366822

wbar background I made here:
http://puppy.b0x.me/gallery/pictures/mybg82.png

Posted: Sun 21 Feb 2010, 22:38
by Rupp
n/t

Posted: Mon 22 Feb 2010, 23:25
by puppyluvr
:D Hello,
Check out the new PAW background "tubeguy" made...Sweet :D
Image

Posted: Tue 23 Feb 2010, 03:04
by steve_s
Just a creek near my house...thought it looked good with the Delta icons and Vista-green jwm theme... 8)

Posted: Tue 23 Feb 2010, 07:49
by battleshooter
Nice look Steve, the font gives it a very nice touch. Where've you been? Haven't seen you around since around page 72 :lol:

Battleshooter :wink:

Posted: Tue 23 Feb 2010, 11:44
by steve_s
battleshooter wrote:Nice look Steve, the font gives it a very nice touch. Where've you been? Haven't seen you around since around page 72 :lol:

Battleshooter :wink:
8) Thanks! yeah, that's my handwriting font...been here and there as I'm prone to be, but Puppy isn't going to totally lose me any time soon... :D

Posted: Thu 25 Feb 2010, 07:18
by arf
Thanks puppy/eee/... on the road.

Many thanks!

Image

Posted: Thu 25 Feb 2010, 07:54
by aarf
arf wrote:Thanks puppy/eee/... on the road.

Many thanks!

Image
grrrr
or should that be : aaaaah

Posted: Fri 26 Feb 2010, 06:32
by arf
aarf wrote: grrrr
or should that be : aaaaah



or could it be arrrrgh
:?:


http://en.wikipedia.org/wiki/Bark_%28ut ... esentation

Posted: Sun 28 Feb 2010, 17:37
by dejan555
Dpup /w fluxbox/wbar/ROX

Image

Wallpaper from here: link