wok view jwm/stuff/slitaz.jwmrc @ rev 21959

updated some more locales for squirrelmail (1.4.13 -> 1.4.18)
author Hans-G?nter Theisgen
date Thu Oct 10 15:33:31 2019 +0100 (2019-10-10)
parents 612c43caa4ec
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-internet.png" label="Network">
23 <Program icon="internet-web-browser.png" label="Retawq Web browser">
24 terminal -e retawq
25 </Program>
26 <Program icon="xchat.png" label="TazIRC IRC client">
27 terminal -e 'tazirc --ask'
28 </Program>
29 </Menu>
30 <Program icon="tazpkg.png" label="Packages manager">terminal -e tazpkg shell</Program>
31 <Program icon="text-editor.png" label="Nano Text editor">terminal -e nano</Program>
32 <Program icon="xterm.png" label="Terminal">terminal</Program>
33 </RootMenu>
35 <RootMenu height="22" onroot="3">
36 <Program icon="system-shut-down.png" label="Shut down system">reboot</Program>
37 <Program icon="system-restart.png" label="Reboot system">reboot</Program>
38 <Exit label="Exit JWM" confirm="true" icon="system-suspend.png"/>
39 <Restart label="Restart JWM" icon="system-restart.png"/>
40 </RootMenu>
42 <!-- Additional tray attributes: autohide, width, border, layer, layout -->
43 <Tray x="0" y="+0" height="22">
45 <!-- Additional TrayButton attribute: label, icon, border, popup -->
46 <TrayButton label="Application" border="false" popup="">root:1</TrayButton>
47 <TrayButton label="System" border="false" popup="">root:3</TrayButton>
49 <!-- <TrayButton label="_">showdesktop</TrayButton> -->
51 <!-- Additional Pager attributes; width, height -->
52 <Pager labeled="false" />
54 <!-- Additional TaskList attribute: maxwidth -->
55 <TaskList maxwidth="250" border="false" />
57 <Dock />
59 <!-- Additional Swallow attribute: height -->
60 <Swallow name="xload" width="40">
61 xload -nolabel -bg black -fg grey -hl orange
62 </Swallow>
64 <Clock format="%I:%M">xclock</Clock>
66 </Tray>
68 <!-- Visual Styles -->
70 <WindowStyle>
72 <Font>FreeSans-9:bold</Font>
73 <Width>4</Width>
74 <Height>22</Height>
76 <Active>
77 <Text>#222222</Text>
78 <Title>#dadada:#ededed</Title>
79 <Outline>#dadada</Outline>
80 <Opacity>1.0</Opacity>
81 </Active>
83 <Inactive>
84 <Text>#888888</Text>
85 <Title>#ededed</Title>
86 <!-- <Corner>#aaaaaa</Corner> -->
87 <Outline>#888888</Outline>
88 <Opacity>0.5</Opacity>
89 </Inactive>
91 </WindowStyle>
93 <TaskListStyle>
94 <Font>FreeSans-9:bold</Font>
95 <ActiveForeground>#cfcfcf</ActiveForeground>
96 <ActiveBackground>#444444</ActiveBackground>
97 <Foreground>#888888</Foreground>
98 <Background>#222222</Background>
99 </TaskListStyle>
101 <!-- Additional TrayStyle attribute: insert -->
102 <TrayStyle>
103 <Font>FreeSans-11:bold</Font>
104 <Background>#222222</Background>
105 <Foreground>#cfcfcf</Foreground>
106 <Opacity>1.0</Opacity>
107 </TrayStyle>
109 <PagerStyle>
110 <Outline>black</Outline>
111 <Foreground>#222222</Foreground>
112 <Background>#444444</Background>
113 <ActiveForeground>#888888</ActiveForeground>
114 <ActiveBackground>#666666</ActiveBackground>
115 </PagerStyle>
117 <MenuStyle>
118 <Font>FreeSans-10:bold</Font>
119 <Foreground>black</Foreground>
120 <Background>#f9f7f3</Background>
121 <ActiveForeground>white</ActiveForeground>
122 <ActiveBackground>#7A6753:#443b31</ActiveBackground>
123 <Opacity>1.0</Opacity>
124 </MenuStyle>
126 <PopupStyle delay="100">
127 <Font>FreeSans-18</Font>
128 <Outline>#dddddd</Outline>
129 <Foreground>black</Foreground>
130 <Background>#f9f7f3</Background>
131 </PopupStyle>
133 <IconPath>$HOME/.icons</IconPath>
134 <IconPath>/usr/share/icons/SliTaz/apps/22</IconPath>
135 <IconPath>/usr/share/icons/SliTaz/categories/22</IconPath>
136 <IconPath>/usr/share/pixmaps</IconPath>
138 <!-- Virtual Desktops -->
139 <!-- Desktop tags can be contained within Desktops for desktop names. -->
140 <Desktops width="2">
142 <!-- Default background. Note that a Background tag can be
143 contained within a Desktop tag to give a specific background
144 for that desktop. -->
145 <Background type="command">
146 hsetroot -fill /usr/share/images/slitaz-background.jpg
147 </Background>
149 </Desktops>
151 <!-- Startup and shutdown commands. -->
152 <StartupCommand>compton -Cc -r 10 -o 0.5</StartupCommand>
153 <ShutdownCommand></ShutdownCommand>
155 <!-- Double click speed (in milliseconds) -->
156 <DoubleClickSpeed>400</DoubleClickSpeed>
158 <!-- Double click delta (in pixels) -->
159 <DoubleClickDelta>2</DoubleClickDelta>
161 <!-- The focus model (sloppy or click) -->
162 <FocusModel>click</FocusModel>
164 <!-- The snap mode (none, screen, or border) -->
165 <SnapMode distance="10">border</SnapMode>
167 <!-- The move mode (outline or opaque) -->
168 <MoveMode>opaque</MoveMode>
170 <!-- The resize mode (outline or opaque) -->
171 <ResizeMode>opaque</ResizeMode>
173 <!-- Key bindings -->
174 <Key key="Up">up</Key>
175 <Key key="Down">down</Key>
176 <Key key="Right">right</Key>
177 <Key key="Left">left</Key>
178 <Key key="h">left</Key>
179 <Key key="j">down</Key>
180 <Key key="k">up</Key>
181 <Key key="l">right</Key>
182 <Key key="Return">select</Key>
183 <Key key="Escape">escape</Key>
185 <Key mask="A" key="Tab">nextstacked</Key>
186 <Key mask="A" key="F4">close</Key>
187 <Key mask="A" key="#">desktop#</Key>
188 <Key mask="A" key="F1">root:1</Key>
189 <Key mask="A" key="F2">window</Key>
191 </JWM>