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: The Beach!

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.png” label=”Web Browser”>x-www-browser</Program>
10
11 <Include>/etc/jwm/debian-menu</Include>
12
13 <Separator/>
14 <Program icon=”dialog-password.png” label=”Lock”>
15 xscreensaver-command -activate
16 </Program>
17 <Separator/>
18 <Restart label=”Restart” icon=”dialog-error.png”/>
19 <Exit label=”Exit” confirm=”true” icon=”application-exit.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=”Qemu”>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 azure -fg brown -hl white
40 </Swallow>
41 <Swallow>wicd-client</Swallow>
42
43 <Clock format=”%H:%M”>xclock</Clock>
44
45 </Tray>
46
47 <!– Visual Styles –>
48
49 <WindowStyle>
50
51 <Font>-*-fixed-*-r-*-*-10-*-*-*-*-*-*-*</Font>
52 <Width>3</Width>
53 <Height>22</Height>
54
55
56 <Active>
57 <Text>#4169E1</Text>
58 <Title>#F0F8FF:#ADD8E6</Title>
59 <Outline>#FFEBCD</Outline>
60 </Active>
61
62
63 <Inactive>
64 <Text>#6CA6CD</Text>
65 <Title>#ADD8E6:#F0F8FF</Title>
66 <Outline>#FFFAF0</Outline>
67 </Inactive>
68
69 </WindowStyle>
70
71 <TaskListStyle>
72 <Font>-*-fixed-*-r-*-*-10-*-*-*-*-*-*-*</Font>
73 <ActiveForeground>#D2691E</ActiveForeground>
74 <ActiveBackground>#FFEBCD:#DEB887</ActiveBackground>
75 <Background>#DEB887:#FFEBCD</Background>
76 </TaskListStyle>
77
78 <TrayStyle>
79 <Font>-*-fixed-*-r-*-*-10-*-*-*-*-*-*-*</Font>
80 <Foreground>#FFA07A</Foreground>
81 <Background>#FFEBCD</Background>
82 </TrayStyle>
83
84 <PagerStyle>
85 <Outline>#D2691E</Outline>
86 <Foreground>#FFEBCD</Foreground>
87 <Background>#DEB887</Background>
88 <ActiveForeground>#DEB887</ActiveForeground>
89 <ActiveBackground>#FFEBCD</ActiveBackground>
90 </PagerStyle>
91
92 <MenuStyle>
93 <Font>-*-fixed-*-r-*-*-10-*-*-*-*-*-*-*</Font>
94 <Foreground>#FFA07A</Foreground>
95 <Background>#FFEBCD</Background>
96 <ActiveForeground>#D2691E</ActiveForeground>
97 <ActiveBackground>#DEB887:#FFEBCD</ActiveBackground>
98 </MenuStyle>
99
100 <PopupStyle>
101 <Font>-*-fixed-*-r-*-*-10-*-*-*-*-*-*-*</Font>
102 <Outline>#63B8FF</Outline>
103 <Foreground>#D2691E</Foreground>
104 <Background>#DEB887</Background>
105 </PopupStyle>
106
107
108 <IconPath>
109 /usr/share/icons/jwm/ice/
110 </IconPath>
111
112 <Desktops width=”4″ height=”1″>
113 <Background type=”command”>nitrogen –restore</Background>
114 </Desktops>
115
116 <!– Double click speed (in milliseconds) –>
117 <DoubleClickSpeed>400</DoubleClickSpeed>
118
119 <!– Double click delta (in pixels) –>
120 <DoubleClickDelta>2</DoubleClickDelta>
121
122 <!– The focus model (sloppy or click) –>
123 <FocusModel>sloppy</FocusModel>
124
125 <!– The snap mode (none, screen, or border) –>
126 <SnapMode distance=”10″>border</SnapMode>
127
128 <!– The move mode (outline or opaque) –>
129 <MoveMode>opaque</MoveMode>
130
131 <!– The resize mode (outline or opaque) –>
132 <ResizeMode>opaque</ResizeMode>
133
134 <StartupCommand>xbattbar -I azure -O black -i brown -o black -p 10 -c -t 1 -a bottom</StartupCommand>
135
136 <!– Key bindings –>
137 <Key key=”Up”>up</Key>
138 <Key key=”Down”>down</Key>
139 <Key key=”Right”>right</Key>
140 <Key key=”Left”>left</Key>
141 <Key key=”h”>left</Key>
142 <Key key=”j”>down</Key>
143 <Key key=”k”>up</Key>
144 <Key key=”l”>right</Key>
145 <Key key=”Return”>select</Key>
146 <Key key=”Escape”>escape</Key>
147
148 <Key mask=”A” key=”Tab”>next</Key>
149 <Key mask=”A” key=”F4″>close</Key>
150 <Key mask=”A” key=”#”>desktop#</Key>
151 <Key mask=”A” key=”F1″>root:1</Key>
152 <Key mask=”A” key=”F2″>window</Key>
153 <Key mask=”A” key=”F10″>maximize</Key>
154 <Key mask=”A” key=”Right”>rdesktop</Key>
155 <Key mask=”A” key=”Left”>ldesktop</Key>
156 <Key mask=”A” key=”Up”>udesktop</Key>
157 <Key mask=”A” key=”Down”>ddesktop</Key>
158
159 </JWM>
160
161

Leave a Reply

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