flavors view jwm/rootfs/etc/xdg/jwm/system.jwmrc @ rev 212

jwm: update sytel and menu
author Christophe Lincoln <pankso@slitaz.org>
date Tue Mar 04 15:55:39 2014 +0100 (2014-03-04)
parents fa872d70fda5
children
line source
1 <?xml version="1.0"?>
3 <JWM>
5 <!-- The root menu, if this is undefined you will not get a menu. -->
6 <!-- Additional RootMenu attributes: onroot, labeled, label -->
7 <RootMenu height="22" onroot="12">
8 <Menu icon="applications-system.png" label="System Tools">
9 <Program icon="applications-other.png" label="Xload Monitor">
10 xload -nolabel -bg black -fg grey -hl orange
11 </Program>
12 <Program icon="utilities-system-monitor.png" label="Top Monitor">
13 terminal -e top
14 </Program>
15 <Program icon="preferences-desktop-locale.png" label="System Language">
16 terminal -e su -c tazlocale
17 </Program>
18 <Program icon="preferences-desktop-keyboard.png" label="System Keymap">
19 terminal -e su -c tazkeymap
20 </Program>
21 </Menu>
22 <Menu icon="applications-development.png" label="Development">
23 <Program icon="fluid.png" label="Fluid Designer">
24 fluid
25 </Program>
26 <Program icon="internet-web-browser.png" label="CGI Environment">
27 browser http://localhost/cgi-bin/cgi-env.sh
28 </Program>
29 </Menu>
30 <Menu icon="applications-internet.png" label="Network">
31 <Program icon="internet-web-browser.png" label="Dillo Web browser">
32 dillo
33 </Program>
34 <Program icon="xchat.png" label="TazIRC IRC client">
35 terminal -e 'tazirc --ask'
36 </Program>
37 <Program icon="internet-web-browser.png" label="Local Web server">
38 browser http://localhost/
39 </Program>
40 </Menu>
41 <Program icon="tazpkg.png" label="Packages manager">terminal -e tazpkg shell</Program>
42 <Program icon="text-editor.png" label="Nano Text editor">terminal -e nano</Program>
43 <Program icon="xterm.png" label="Terminal">terminal</Program>
44 <Program icon="tazpanel.png" label="SliTaz Panel">browser http://tazpanel:82</Program>
45 </RootMenu>
47 <RootMenu height="22" onroot="3">
48 <Program icon="system-shut-down.png" label="Shut down system">reboot</Program>
49 <Program icon="system-restart.png" label="Reboot system">reboot</Program>
50 <Exit label="Exit JWM" confirm="true" icon="system-suspend.png"/>
51 <Restart label="Restart JWM" icon="system-restart.png"/>
52 </RootMenu>
54 <!-- Additional tray attributes: autohide, width, border, layer, layout -->
55 <Tray x="0" y="+0" height="22">
57 <!-- Additional TrayButton attribute: label, icon, border, popup -->
58 <TrayButton label="Application" border="false" popup="">root:1</TrayButton>
59 <TrayButton label="System" border="false" popup="">root:3</TrayButton>
61 <!-- <TrayButton label="_">showdesktop</TrayButton> -->
63 <!-- Additional Pager attributes; width, height -->
64 <Pager labeled="false" />
66 <!-- Additional TaskList attribute: maxwidth -->
67 <TaskList maxwidth="250" border="false" />
69 <Dock />
71 <!-- Additional Swallow attribute: height -->
72 <Swallow name="xload" width="40">
73 xload -nolabel -bg black -fg grey -hl orange
74 </Swallow>
76 <Clock format="%I:%M">xclock</Clock>
78 </Tray>
80 <!-- Visual Styles -->
82 <WindowStyle>
84 <Font>FreeSans-9:bold</Font>
85 <Width>4</Width>
86 <Height>22</Height>
88 <Active>
89 <Text>#222222</Text>
90 <Title>#dadada:#ededed</Title>
91 <Outline>#dadada</Outline>
92 <Opacity>1.0</Opacity>
93 </Active>
95 <Inactive>
96 <Text>#888888</Text>
97 <Title>#ededed</Title>
98 <!-- <Corner>#aaaaaa</Corner> -->
99 <Outline>#888888</Outline>
100 <Opacity>0.5</Opacity>
101 </Inactive>
103 </WindowStyle>
105 <TaskListStyle>
106 <Font>FreeSans-9:bold</Font>
107 <ActiveForeground>#cfcfcf</ActiveForeground>
108 <ActiveBackground>#444444</ActiveBackground>
109 <Foreground>#888888</Foreground>
110 <Background>#222222</Background>
111 </TaskListStyle>
113 <!-- Additional TrayStyle attribute: insert -->
114 <TrayStyle>
115 <Font>FreeSans-11:bold</Font>
116 <Background>#222222</Background>
117 <Foreground>#cfcfcf</Foreground>
118 <Opacity>1.0</Opacity>
119 </TrayStyle>
121 <PagerStyle>
122 <Outline>black</Outline>
123 <Foreground>#222222</Foreground>
124 <Background>#444444</Background>
125 <ActiveForeground>#888888</ActiveForeground>
126 <ActiveBackground>#666666</ActiveBackground>
127 </PagerStyle>
129 <MenuStyle>
130 <Font>FreeSans-10:bold</Font>
131 <Foreground>black</Foreground>
132 <Background>#f9f7f3</Background>
133 <ActiveForeground>white</ActiveForeground>
134 <ActiveBackground>#7A6753:#443b31</ActiveBackground>
135 <Opacity>1.0</Opacity>
136 </MenuStyle>
138 <PopupStyle delay="100">
139 <Font>FreeSans-18</Font>
140 <Outline>#dddddd</Outline>
141 <Foreground>black</Foreground>
142 <Background>#f9f7f3</Background>
143 </PopupStyle>
145 <IconPath>$HOME/.icons</IconPath>
146 <IconPath>/usr/share/icons/SliTaz/apps/22</IconPath>
147 <IconPath>/usr/share/icons/SliTaz/categories/22</IconPath>
148 <IconPath>/usr/share/pixmaps</IconPath>
150 <!-- Virtual Desktops -->
151 <!-- Desktop tags can be contained within Desktops for desktop names. -->
152 <Desktops width="2">
154 <!-- Default background. Note that a Background tag can be
155 contained within a Desktop tag to give a specific background
156 for that desktop. -->
157 <Background type="command">
158 hsetroot -fill /usr/share/images/slitaz-background.jpg
159 </Background>
161 </Desktops>
163 <!-- Startup and shutdown commands. -->
164 <StartupCommand>compton -Cc -r 10 -o 0.5</StartupCommand>
165 <ShutdownCommand></ShutdownCommand>
167 <!-- Double click speed (in milliseconds) -->
168 <DoubleClickSpeed>400</DoubleClickSpeed>
170 <!-- Double click delta (in pixels) -->
171 <DoubleClickDelta>2</DoubleClickDelta>
173 <!-- The focus model (sloppy or click) -->
174 <FocusModel>click</FocusModel>
176 <!-- The snap mode (none, screen, or border) -->
177 <SnapMode distance="10">border</SnapMode>
179 <!-- The move mode (outline or opaque) -->
180 <MoveMode>opaque</MoveMode>
182 <!-- The resize mode (outline or opaque) -->
183 <ResizeMode>opaque</ResizeMode>
185 <!-- Key bindings -->
186 <Key key="Up">up</Key>
187 <Key key="Down">down</Key>
188 <Key key="Right">right</Key>
189 <Key key="Left">left</Key>
190 <Key key="h">left</Key>
191 <Key key="j">down</Key>
192 <Key key="k">up</Key>
193 <Key key="l">right</Key>
194 <Key key="Return">select</Key>
195 <Key key="Escape">escape</Key>
197 <Key mask="A" key="Tab">nextstacked</Key>
198 <Key mask="A" key="F4">close</Key>
199 <Key mask="A" key="#">desktop#</Key>
200 <Key mask="A" key="F1">root:1</Key>
201 <Key mask="A" key="F2">window</Key>
203 </JWM>