
Its just PAW...


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.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
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>
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>
aarf wrote: grrrr
or should that be : aaaaah