Every Friday you will see a new JWM theme posted here, including the .jwmrc file and a screenshot, so check back here on Fridays for the new theme. You can readily find the background images off of the internet. Be sure to check that the font file is a font that you have, or locate that font on the web. You should also check your icon folders for these icons, or change them to icons you have. You can also look back at previous Friday entries for more themes. You will need to remove the numbers at the beginning of each line in order to use this file, sorry, I have to add them to keep the tags displayed in some browsers.

Today’s Theme: Ryu from Streetfighter!

1 <?xml version=”1.0″?>
2
3 <JWM>
4
5 <RootMenu height=”15″ onroot=”123″>
6
7 <Program icon=”xterm.png” label=”Terminal”>aterm</Program>
8 <Program icon=”google-chrome-old.png” label=”Chrome”>google-chrome-stable</Program>
9 <Program icon=”qupzilla.png” label=”Midori”>midori</Program>
10 <Program icon=”chess.png” label=”Chess”>xboard</Program>
11 <Separator/>
12 <Include>/etc/jwm/debian-menu</Include>
13 <Separator/>
14 <Program icon=”emblem-readonly.png” label=”Lock”>
15 xscreensaver-command -activate
16 </Program>
17 <Separator/>
18
19 <Restart label=”Restart” icon=”system-restart.png”/>
20 <Exit label=”Exit” confirm=”true” icon=”system-log-out.png”/>
21 <Program icon=”system-shutdown.png” label=”Shutdown”>aterm -e sudo poweroff</Program>
22
23 </RootMenu>
24
25 <Tray x=”0″ y=”-1″ height=”32″ autohide=”false”>
26
27 <TrayButton label=”Qemu”>root:1</TrayButton>
28
29 <TrayButton icon=”gaupol.png”>showdesktop</TrayButton>
30
31 <Pager labeled=”true”/>
32
33 <TaskList maxwidth=”256″/>
34
35 <Dock/>
36 <TrayButton popup=”Terminal” icon=”aqemu.png”>exec:aqemu</TrayButton>
37 <TrayButton popup=”Terminal” icon=”xterm.png”>exec:aterm</TrayButton>
38 <TrayButton popup=”Volume Control” icon=”unity-tweak-tool.png”>exec:pavucontrol</TrayButton>
39 <TrayButton popup=”File Manager” icon=”nemo.png”>exec:/usr/bin/pcmanfm</TrayButton>
40 <TrayButton popup=”Calculator” icon=”applications-mathematics.png”>exec:gnome-calculator</TrayButton>
41 <TrayButton popup=”Leafpad” icon=”leafpad.png”>exec:leafpad</TrayButton>
42 <TrayButton popup=”Midori Web Browser” icon=”qupzilla.png”>exec:midori</TrayButton>
43 <TrayButton popup=”Sylpheed Email” icon=”thunderbird.png”>exec:sylpheed</TrayButton>
44 <TrayButton popup=”Calendar Script” icon=”web-google-calendar.png”>exec:/home/user/scripts/xcal.sh</TrayButton>
45
46 <Swallow name=”xload” width=”64″>
47 xload -nolabel -bg gray -fg red -hl white
48 </Swallow>
49
50 <Clock format=”%H:%M”>xclock</Clock>
51
52 </Tray>
53
54 <!– Visual Styles –>
55
56 <WindowStyle>
57
58 <Font>sans:10</Font>
59 <Width>3</Width>
60 <Height>22</Height>
61
62
63 <Active>
64 <Text>#861d1a</Text>
65 <Title>#bcb5af:#ffffff</Title>
66 <Outline>#afaea9</Outline>
67 </Active>
68
69
70 <Inactive>
71 <Text>#afaea9</Text>
72 <Title>#ffffff:#bcb5af</Title>
73 <Outline>#f9f5f4</Outline>
74 </Inactive>
75
76 </WindowStyle>
77
78 <TaskListStyle>
79 <Font>sans:10</Font>
80 <ActiveForeground>#861d1a</ActiveForeground>
81 <ActiveBackground>#ffffff:#bcb5af</ActiveBackground>
82 <Background>#f9f5f4:#bcb5af</Background>
83 </TaskListStyle>
84
85 <TrayStyle>
86 <Font>sans:10</Font>
87 <Foreground>#35302d</Foreground>
88 <Background>#f9f5f4</Background>
89 </TrayStyle>
90
91 <PagerStyle>
92 <Outline>#35302d</Outline>
93 <Foreground>#f9f5f4</Foreground>
94 <Background>#bcb5af</Background>
95 <ActiveForeground>#861d1a</ActiveForeground>
96 <ActiveBackground>#ffffff</ActiveBackground>
97 </PagerStyle>
98
99 <MenuStyle>
100 <Font>sans:10</Font>
101 <Foreground>#35302d</Foreground>
102 <Background>#f9f5f4</Background>
103 <ActiveForeground>#861d1a</ActiveForeground>
104 <ActiveBackground>#f9f5f4:#bcb5af</ActiveBackground>
105 </MenuStyle>
106
107 <PopupStyle>
108 <Font>sans:10</Font>
109 <Outline>#861d1a</Outline>
110 <Foreground>#060606</Foreground>
111 <Background>#f9f5f4</Background>
112 </PopupStyle>
113
114 <!–
115 bc090d – Medium red
116 861d1a – Dark red
117
118 ffffff – Pure white
119 f9f5f4 – Off white
120 bcb5af – Dirty white/gray
121
122 060606 – Near black
123 171312 – Dark black
124 35302d – Lighter black
125
126 8f7e74 – Gray
127 afaea9 – Smoke gray
128 –>
129
130 <IconPath>
131 /home/user/icons/jwm/moka
132 </IconPath>
133
134 <Desktops width=”2″ height=”2″>
135 <Background type=”command”>nitrogen –restore</Background>
136 </Desktops>
137
138 <DoubleClickSpeed>400</DoubleClickSpeed>
139
140 <DoubleClickDelta>2</DoubleClickDelta>
141
142 <FocusModel>sloppy</FocusModel>
143
144 <SnapMode distance=”10″>border</SnapMode>
145
146 <MoveMode>opaque</MoveMode>
147
148 <ResizeMode>opaque</ResizeMode>
149
150 <StartupCommand>wicd-client</StartupCommand>
151 <StartupCommand>conky -d</StartupCommand>
152
153 <Key key=”Up”>up</Key>
154 <Key key=”Down”>down</Key>
155 <Key key=”Right”>right</Key>
156 <Key key=”Left”>left</Key>
157 <Key key=”h”>left</Key>
158 <Key key=”j”>down</Key>
159 <Key key=”k”>up</Key>
160 <Key key=”l”>right</Key>
161 <Key key=”Return”>select</Key>
162 <Key key=”Escape”>escape</Key>
163
164 <Key mask=”A” key=”Tab”>next</Key>
165 <Key mask=”A” key=”F4″>close</Key>
166 <Key mask=”A” key=”#”>desktop#</Key>
167 <Key mask=”A” key=”F1″>root:1</Key>
168 <Key mask=”A” key=”F2″>window</Key>
169 <Key mask=”A” key=”F10″>maximize</Key>
170 <Key mask=”A” key=”Right”>rdesktop</Key>
171 <Key mask=”A” key=”Left”>ldesktop</Key>
172 <Key mask=”A” key=”Up”>udesktop</Key>
173 <Key mask=”A” key=”Down”>ddesktop</Key>
174
175 </JWM>
176
177

Leave a Reply

Your email address will not be published. Required fields are marked *