I'm really trying to get into jwm and make it shine, and I need Help
as not being a coder or anykind of computer training
I am a little behind:)
Here is "gold dragon" and "blue dragon" jwm theme packs I just made
(
http://multidistro.com/tinycore-shots/tc-scrnshots.html )
So, if you guys could please share your thoughts, hints and hacks, themes etc of jwm I would really appreciate it:)
thanks
here is new gold dragon theme
<JWM>
<!-- Visual Styles -->
<!-- Gold Dragon -->
<WindowStyle>
<Font antialias="false">smoothansi</Font>
<Width>2</Width>
<Height>16</Height>
<Active>
<Text>white</Text>
<Title>darkorange:grey13</Title>
<Corner>black</Corner>
<Outline>dark goldenrod</Outline>
</Active>
<Inactive>
<Text>white</Text>
<Title>grey20:grey0</Title>
<Corner>black</Corner>
<Outline>gold</Outline>
</Inactive>
</WindowStyle>
<TaskListStyle>
<Font antialias="false">smoothansi</Font>
<ActiveForeground>white</ActiveForeground>
<ActiveBackground>orange:grey13</ActiveBackground>
<Foreground>gold</Foreground>
<Background>grey20:grey0</Background>
</TaskListStyle>
<!-- Additional TrayStyle attribute: insert -->
<TrayStyle>
<Font antialias="false">smoothansi</Font>
<Background>dark goldenrod</Background>
<Foreground>chocolate</Foreground>
</TrayStyle>
<PagerStyle>
<Outline>yellow</Outline>
<Foreground>black</Foreground>
<Background>gold</Background>
<ActiveForeground>black</ActiveForeground>
<ActiveBackground>grey44</ActiveBackground>
</PagerStyle>
<MenuStyle>
<Font antialias="false">smoothansi</Font>
<Foreground>black</Foreground>
<Background>dark goldenrod</Background>
<ActiveForeground>chocolate:darkorange</ActiveForeground>
<ActiveBackground>gold</ActiveBackground>
</MenuStyle>
<PopupStyle>
<Font antialias="false">smoothansi</Font>
<Outline>gold</Outline>
<Foreground>black</Foreground>
<Background>dark goldenrod</Background>
</PopupStyle>
</JWM>
here is jwmrc
<?xml version="1.0"?>
<JWM>
<!-- The root menu, if this is undefined you will not get a menu. -->
<!-- Additional RootMenu attributes: onroot, labeled, label -->
<RootMenu height="12" onroot="123">
<Program label="Gimp2">exec /usr/local/bin/gimp-2.6</Program>
<Program label="Opera (browser-only)">exec /usr/local/bin/opera -nomail -nolirc</Program>
<Program label="File Manager">exec sudo /usr/local/bin/xfe</Program>
<Program label="Text Editor">exec sudo /usr/local/bin/xfw</Program>
<Separator/>
<Include>/usr/local/tce.menu/menu</Include>
<Separator/>
<Program label="Apps Browser"> exec appbrowser </Program>
<Program label="Control Panel"> exec cpanel </Program>
<Separator/>
<Menu label="XShells">
<Program label="Dark"> exec aterm +tr -T "sh" </Program>
<Program label="Light"> exec aterm +tr -bg white -fg black -cr blue -T "sh" </Program>
<Program label="Transparent"> exec aterm -tr -tr -T "sh" </Program>
<Menu label="Root Access">
<Program label="Dark"> exec aterm +tr -cr red -T "Root Shell" -e sudo -s </Program>
<Program label="Light"> exec aterm +tr -bg white -fg black -cr red -T "Root Shell" -e sudo -s </Program>
<Program label="Transparent"> exec aterm -tr -tr -cr red -T "Root Shell" -e sudo -s </Program>
</Menu>
</Menu>
<Separator/>
<Menu label="Tools">
<Program label="Add to Bootlocal"> exec /usr/bin/add2file /opt/bootlocal.sh</Program>
<Program label="Add to Filetool"> exec /usr/bin/add2file /opt/.filetool.lst</Program>
<Program label="Add to Xfiletool"> exec /usr/bin/add2file /opt/.xfiletool.lst</Program>
<Program label="Screenshot"> exec /usr/bin/screenshot.sh </Program>
<Program label="Picture Viewer"> exec /usr/bin/flpicsee </Program>
<Program label="EXT Swapfile"> exec /usr/bin/swapfile </Program>
<Program label="Make tclocal File/Directory"> exec aterm +tr +sb -T "TC Make tclocal" -e sudo /usr/bin/mktclocal </Program>
<Program label="Make Crypto Home File"> exec aterm +tr +sb -T "TC Make Crypto Home" -e sudo /usr/bin/mkcryptohome </Program>
<Program label="TC Terminal Server"> exec aterm +tr +sb -T "TC Terminal Server" -e sudo /usr/bin/tc-terminal-server </Program>
<Program label="Time Via Internet Time Server"> exec sudo /usr/bin/getTime.sh </Program>
<Program label="Top"> exec aterm +tr +sb -T "Top" -e /usr/bin/top </Program>
<Program label="Vi"> exec aterm +tr -T "Vi" -e vi</Program>
<Program label="Xkill"> exec /usr/bin/xkill </Program>
<Program label="Xvesa Setup"> exec aterm +tr +sb -T "X Setup" -e /usr/bin/xsetup.sh </Program>
</Menu>
<Separator/>
<Program label="Help"> exec help /usr/share/doc/tc/help.html</Program>
<Program label="Run Command"> exec flrun</Program>
<Separator/>
<Menu label="Exit/Restart">
<Program label="Restart Wbar"> exec wbar.sh</Program>
<Restart label="Restart Window Manager"/>
<Program label="Exit Options"> exec exittc</Program>
</Menu>
</RootMenu>
<Include>./.jwmrc-tray</Include>
<Include>./.jwmrc-theme</Include>
<IconPath>
/usr/local/tce.icons
</IconPath>
<!-- Virtual Desktops -->
<!-- Desktop tags can be contained within Desktops for desktop names. -->
<Desktops count="4">
<!-- Default background. Note that a Background tag can be
contained within a Desktop tag to give a specific background
for that desktop.
Valid types: solid gradient image tile command
-->
<Background type="image">/opt/.backgrounds/bronze.jpg</Background>
</Desktops>
<!-- Double click speed (in milliseconds) -->
<DoubleClickSpeed>400</DoubleClickSpeed>
<!-- Double click delta (in pixels) -->
<DoubleClickDelta>2</DoubleClickDelta>
<!-- The focus model (sloppy or click) -->
<FocusModel>click</FocusModel>
<!-- The snap mode (none, screen, or border) -->
<SnapMode distance="10">border</SnapMode>
<!-- The move mode (outline or opaque) -->
<MoveMode>outline</MoveMode>
<!-- The resize mode (outline or opaque) -->
<ResizeMode>outline</ResizeMode>
<Include>./.jwmrc-keys</Include>
</JWM>
Here is blue dragon jwmtheme
<JWM>
<!-- Visual Styles -->
<!-- evil blue glow -->
<WindowStyle>
<Font antialias="false">smoothansi</Font>
<Width>4</Width>
<Height>20</Height>
<Active>
<Text>snow</Text>
<Title>blue:light blue</Title>
<Corner>blue</Corner>
<Outline>snow</Outline>
</Active>
<Inactive>
<Text>black</Text>
<Title>dark blue:light blue</Title>
<Corner>grey0</Corner>
<Outline>light blue</Outline>
</Inactive>
</WindowStyle>
<TaskListStyle>
<Font antialias="false">smoothansi</Font>
<ActiveForeground>black</ActiveForeground>
<ActiveBackground>darkblue:snow</ActiveBackground>
<Foreground>snow</Foreground>
<Background>light blue:blue</Background>
</TaskListStyle>
<!-- Additional TrayStyle attribute: insert -->
<TrayStyle>
<Font antialias="false">smoothansi</Font>
<Background>blue</Background>
<Foreground>dark blue</Foreground>
</TrayStyle>
<PagerStyle>
<Outline>grey66</Outline>
<Foreground>grey44</Foreground>
<Background>snow</Background>
<ActiveForeground>darkblue</ActiveForeground>
<ActiveBackground>light blue</ActiveBackground>
</PagerStyle>
<MenuStyle>
<Font antialias="false">smoothansi</Font>
<Foreground>snow</Foreground>
<Background>grey0</Background>
<ActiveForeground>black</ActiveForeground>
<ActiveBackground>blue:white</ActiveBackground>
</MenuStyle>
<PopupStyle>
<Font antialias="false">smoothansi</Font>
<Outline>light blue</Outline>
<Foreground>snow</Foreground>
<Background>blue</Background>
</PopupStyle>
</JWM>
the blue jwmrc is about same.