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. Sorry about the numbers at the beginning of each line, but without them, some browsers try to implement the tags, rather than display them as text. You will need to remove the number from each line to utilize the file.

Today’s Theme: Dark theme – Black and Cyan

1 <?xml version=”1.0″?>
2
3 <JWM>
4
5 <!– The root menu, if this is undefined you will not get a menu. –>
6 <!– Additional RootMenu attributes: onroot, labeled, label –>
7 <RootMenu height=”15″ onroot=”123″>
8 <Program icon=”utilities-terminal.png” label=”Terminal”>x-terminal-emulator</Program>
9 <Program icon=”web-browser.png” label=”Www Browser”>x-www-browser</Program>
10
11 <Include>/etc/jwm/debian-menu</Include>
12
13 <Separator/>
14 <Program icon=”changes-prevent.png” label=”Lock”>
15 xscreensaver-command -activate
16 </Program>
17 <Separator/>
18 <Restart label=”Restart” icon=”system-shutdown.png”/>
19 <Exit label=”Exit” confirm=”true” icon=”action-unavailable.png”/>
20 </RootMenu>
21
22 <!– Additional tray attributes: autohide, width, border, layer, layout –>
23 <Tray x=”0″ y=”-1″ height=”32″ autohide=”false”>
24
25 <!– Additional TrayButton attribute: label –>
26 <TrayButton label=”JWM”>root:1</TrayButton>
27
28 <TrayButton icon=”emblem-photos.png”>showdesktop</TrayButton>
29
30 <!– Additional Pager attribute: labeled –>
31 <Pager labeled=”true”/>
32
33 <TaskList maxwidth=”256″/>
34
35 <Dock/>
36
37 <!– Additional Swallow attribute: height –>
38 <Swallow name=”xload” width=”64″>
39 xload -nolabel -bg black -fg cyan -hl azure
40 </Swallow>
41
42 <Clock format=”%H:%M”>xclock</Clock>
43
44 </Tray>
45
46 <!– Visual Styles –>
47
48 <WindowStyle>
49
50 <Font>-*-fixed-*-r-*-*-10-*-*-*-*-*-*-*</Font>
51 <Width>3</Width>
52 <Height>22</Height>
53
54
55 <Active>
56 <Text>#F0F8FF</Text>
57 <Title>#00E5EE:#000000</Title>
58
59 <Outline>#000000</Outline>
60 </Active>
61
62
63 <Inactive>
64 <Text>#9FB6CD</Text>
65 <Title>#F0FFFF:#000000</Title>
66
67 <Outline>#000000</Outline>
68 </Inactive>
69
70 </WindowStyle>
71
72 <TaskListStyle>
73 <Font>-*-fixed-*-r-*-*-10-*-*-*-*-*-*-*</Font>
74 <ActiveForeground>#BBFFFF</ActiveForeground>
75 <ActiveBackground>#008080:#000000</ActiveBackground>
76 <Background>#696969:#000000</Background>
77 </TaskListStyle>
78
79
80 <!– Additional TrayStyle attribute: insert –>
81 <TrayStyle>
82 <Font>-*-fixed-*-r-*-*-10-*-*-*-*-*-*-*</Font>
83 <Foreground>#BDFCC9</Foreground>
84 <Background>#000000</Background>
85 </TrayStyle>
86
87 <PagerStyle>
88 <Outline>#B0E2FF</Outline>
89 <Foreground>#282828</Foreground>
90 <Background>#808A87</Background>
91 <ActiveForeground>#808A87</ActiveForeground>
92 <ActiveBackground>#282828</ActiveBackground>
93 </PagerStyle>
94
95 <MenuStyle>
96 <Font>-*-fixed-*-r-*-*-10-*-*-*-*-*-*-*</Font>
97 <Foreground>#B2DFEE</Foreground>
98 <Background>#1E1E1E</Background>
99 <ActiveForeground>#FFE1FF</ActiveForeground>
100 <ActiveBackground>#00E5EE:#000000</ActiveBackground>
101 </MenuStyle>
102
103 <PopupStyle>
104 <Font>-*-fixed-*-r-*-*-10-*-*-*-*-*-*-*</Font>
105 <Outline>#000000</Outline>
106 <Foreground>#00FFFF</Foreground>
107 <Background>#000000</Background>
108 </PopupStyle>
109
110
111 <IconPath>
112 /usr/share/icons/jwm/
113 </IconPath>
114
115 <!– Virtual Desktops –>
116 <!– Desktop tags can be contained within Desktops for desktop names. –>
117 <Desktops width=”4″ height=”1″>
118 <!– Default background. Note that a Background tag can be
119 contained within a Desktop tag to give a specific background
120 for that desktop.
121 –>
122 <Background type=”solid”>black</Background>
123 </Desktops>
124
125 <!– Double click speed (in milliseconds) –>
126 <DoubleClickSpeed>400</DoubleClickSpeed>
127
128 <!– Double click delta (in pixels) –>
129 <DoubleClickDelta>2</DoubleClickDelta>
130
131 <!– The focus model (sloppy or click) –>
132 <FocusModel>sloppy</FocusModel>
133
134 <!– The snap mode (none, screen, or border) –>
135 <SnapMode distance=”10″>border</SnapMode>
136
137 <!– The move mode (outline or opaque) –>
138 <MoveMode>opaque</MoveMode>
139
140 <!– The resize mode (outline or opaque) –>
141 <ResizeMode>opaque</ResizeMode>
142
143 <StartupCommand>xbattbar -I azure -O black -i cyan -o black -p 10 -c -t 1 -a bottom</StartupCommand>
144
145 <!– Key bindings –>
146 <Key key=”Up”>up</Key>
147 <Key key=”Down”>down</Key>
148 <Key key=”Right”>right</Key>
149 <Key key=”Left”>left</Key>
150 <Key key=”h”>left</Key>
151 <Key key=”j”>down</Key>
152 <Key key=”k”>up</Key>
153 <Key key=”l”>right</Key>
154 <Key key=”Return”>select</Key>
155 <Key key=”Escape”>escape</Key>
156
157 <Key mask=”A” key=”Tab”>next</Key>
158 <Key mask=”A” key=”F4″>close</Key>
159 <Key mask=”A” key=”#”>desktop#</Key>
160 <Key mask=”A” key=”F1″>root:1</Key>
161 <Key mask=”A” key=”F2″>window</Key>
162 <Key mask=”A” key=”F10″>maximize</Key>
163 <Key mask=”A” key=”Right”>rdesktop</Key>
164 <Key mask=”A” key=”Left”>ldesktop</Key>
165 <Key mask=”A” key=”Up”>udesktop</Key>
166 <Key mask=”A” key=”Down”>ddesktop</Key>
167
168 </JWM>
169
170

Leave a Reply

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