wok diff jwm/stuff/slitaz.jwmrc @ rev 20420
Fix wanted versions
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Aug 06 23:15:23 2018 +0200 (2018-08-06) |
parents | 612c43caa4ec |
children |
line diff
1.1 --- a/jwm/stuff/slitaz.jwmrc Fri Apr 20 18:04:27 2012 +0200 1.2 +++ b/jwm/stuff/slitaz.jwmrc Mon Aug 06 23:15:23 2018 +0200 1.3 @@ -4,7 +4,7 @@ 1.4 1.5 <!-- The root menu, if this is undefined you will not get a menu. --> 1.6 <!-- Additional RootMenu attributes: onroot, labeled, label --> 1.7 - <RootMenu height="24" onroot="12"> 1.8 + <RootMenu height="22" onroot="12"> 1.9 <Menu icon="applications-system.png" label="System Tools"> 1.10 <Program icon="applications-other.png" label="Xload Monitor"> 1.11 xload -nolabel -bg black -fg grey -hl orange 1.12 @@ -12,13 +12,19 @@ 1.13 <Program icon="utilities-system-monitor.png" label="Top Monitor"> 1.14 terminal -e top 1.15 </Program> 1.16 + <Program icon="preferences-desktop-locale.png" label="System Language"> 1.17 + terminal -e su -c tazlocale 1.18 + </Program> 1.19 + <Program icon="preferences-desktop-keyboard.png" label="System Keymap"> 1.20 + terminal -e su -c tazkeymap 1.21 + </Program> 1.22 </Menu> 1.23 <Menu icon="applications-internet.png" label="Network"> 1.24 <Program icon="internet-web-browser.png" label="Retawq Web browser"> 1.25 terminal -e retawq 1.26 </Program> 1.27 - <Program icon="xterm.png" label="Scan loclhost ports"> 1.28 - terminal -e "(pscan localhost; read i)" 1.29 + <Program icon="xchat.png" label="TazIRC IRC client"> 1.30 + terminal -e 'tazirc --ask' 1.31 </Program> 1.32 </Menu> 1.33 <Program icon="tazpkg.png" label="Packages manager">terminal -e tazpkg shell</Program> 1.34 @@ -26,7 +32,7 @@ 1.35 <Program icon="xterm.png" label="Terminal">terminal</Program> 1.36 </RootMenu> 1.37 1.38 - <RootMenu height="24" onroot="3"> 1.39 + <RootMenu height="22" onroot="3"> 1.40 <Program icon="system-shut-down.png" label="Shut down system">reboot</Program> 1.41 <Program icon="system-restart.png" label="Reboot system">reboot</Program> 1.42 <Exit label="Exit JWM" confirm="true" icon="system-suspend.png"/> 1.43 @@ -34,11 +40,11 @@ 1.44 </RootMenu> 1.45 1.46 <!-- Additional tray attributes: autohide, width, border, layer, layout --> 1.47 - <Tray x="0" y="-1" height="26"> 1.48 + <Tray x="0" y="+0" height="22"> 1.49 1.50 - <!-- Additional TrayButton attribute: label --> 1.51 - <TrayButton label="Application">root:1</TrayButton> 1.52 - <TrayButton label="System">root:3</TrayButton> 1.53 + <!-- Additional TrayButton attribute: label, icon, border, popup --> 1.54 + <TrayButton label="Application" border="false" popup="">root:1</TrayButton> 1.55 + <TrayButton label="System" border="false" popup="">root:3</TrayButton> 1.56 1.57 <!-- <TrayButton label="_">showdesktop</TrayButton> --> 1.58 1.59 @@ -46,7 +52,7 @@ 1.60 <Pager labeled="false" /> 1.61 1.62 <!-- Additional TaskList attribute: maxwidth --> 1.63 - <TaskList maxwidth="250"/> 1.64 + <TaskList maxwidth="250" border="false" /> 1.65 1.66 <Dock /> 1.67 1.68 @@ -55,7 +61,7 @@ 1.69 xload -nolabel -bg black -fg grey -hl orange 1.70 </Swallow> 1.71 1.72 - <Clock>xclock</Clock> 1.73 + <Clock format="%I:%M">xclock</Clock> 1.74 1.75 </Tray> 1.76 1.77 @@ -65,47 +71,47 @@ 1.78 1.79 <Font>FreeSans-9:bold</Font> 1.80 <Width>4</Width> 1.81 - <Height>26</Height> 1.82 + <Height>22</Height> 1.83 1.84 <Active> 1.85 - <Text>#cfcfcf</Text> 1.86 - <!-- <Title>#351a0a:#72320e</Title> --> 1.87 - <Title>#351a0a</Title> 1.88 - <Outline>#351a0a</Outline> 1.89 + <Text>#222222</Text> 1.90 + <Title>#dadada:#ededed</Title> 1.91 + <Outline>#dadada</Outline> 1.92 <Opacity>1.0</Opacity> 1.93 </Active> 1.94 1.95 <Inactive> 1.96 - <Text>#bbbbbb</Text> 1.97 - <Title>#72320e</Title> 1.98 - <Corner>#aaaaaa</Corner> 1.99 - <Outline>#72320e</Outline> 1.100 + <Text>#888888</Text> 1.101 + <Title>#ededed</Title> 1.102 + <!-- <Corner>#aaaaaa</Corner> --> 1.103 + <Outline>#888888</Outline> 1.104 + <Opacity>0.5</Opacity> 1.105 </Inactive> 1.106 1.107 </WindowStyle> 1.108 1.109 <TaskListStyle> 1.110 <Font>FreeSans-9:bold</Font> 1.111 - <ActiveForeground>black</ActiveForeground> 1.112 - <ActiveBackground>gray80:gray90</ActiveBackground> 1.113 - <Foreground>black</Foreground> 1.114 - <Background>gray90:gray80</Background> 1.115 + <ActiveForeground>#cfcfcf</ActiveForeground> 1.116 + <ActiveBackground>#444444</ActiveBackground> 1.117 + <Foreground>#888888</Foreground> 1.118 + <Background>#222222</Background> 1.119 </TaskListStyle> 1.120 1.121 <!-- Additional TrayStyle attribute: insert --> 1.122 <TrayStyle> 1.123 <Font>FreeSans-11:bold</Font> 1.124 - <Background>#f9f7f3</Background> 1.125 - <Foreground>black</Foreground> 1.126 - <Opacity>0.75</Opacity> 1.127 + <Background>#222222</Background> 1.128 + <Foreground>#cfcfcf</Foreground> 1.129 + <Opacity>1.0</Opacity> 1.130 </TrayStyle> 1.131 1.132 <PagerStyle> 1.133 <Outline>black</Outline> 1.134 - <Foreground>gray90</Foreground> 1.135 - <Background>#666666</Background> 1.136 - <ActiveForeground>#70849d</ActiveForeground> 1.137 - <ActiveBackground>#2e3a67</ActiveBackground> 1.138 + <Foreground>#222222</Foreground> 1.139 + <Background>#444444</Background> 1.140 + <ActiveForeground>#888888</ActiveForeground> 1.141 + <ActiveBackground>#666666</ActiveBackground> 1.142 </PagerStyle> 1.143 1.144 <MenuStyle> 1.145 @@ -114,35 +120,36 @@ 1.146 <Background>#f9f7f3</Background> 1.147 <ActiveForeground>white</ActiveForeground> 1.148 <ActiveBackground>#7A6753:#443b31</ActiveBackground> 1.149 - <Opacity>0.85</Opacity> 1.150 + <Opacity>1.0</Opacity> 1.151 </MenuStyle> 1.152 1.153 - <PopupStyle> 1.154 - <Font>FreeSans-16</Font> 1.155 + <PopupStyle delay="100"> 1.156 + <Font>FreeSans-18</Font> 1.157 <Outline>#dddddd</Outline> 1.158 <Foreground>black</Foreground> 1.159 <Background>#f9f7f3</Background> 1.160 </PopupStyle> 1.161 1.162 <IconPath>$HOME/.icons</IconPath> 1.163 - <IconPath>/usr/share/pixmaps</IconPath> 1.164 <IconPath>/usr/share/icons/SliTaz/apps/22</IconPath> 1.165 <IconPath>/usr/share/icons/SliTaz/categories/22</IconPath> 1.166 + <IconPath>/usr/share/pixmaps</IconPath> 1.167 1.168 <!-- Virtual Desktops --> 1.169 <!-- Desktop tags can be contained within Desktops for desktop names. --> 1.170 - <Desktops count="2"> 1.171 + <Desktops width="2"> 1.172 1.173 <!-- Default background. Note that a Background tag can be 1.174 contained within a Desktop tag to give a specific background 1.175 - for that desktop. 1.176 - --> 1.177 - <Background type="image">/usr/share/images/slitaz-background.jpg</Background> 1.178 + for that desktop. --> 1.179 + <Background type="command"> 1.180 + hsetroot -fill /usr/share/images/slitaz-background.jpg 1.181 + </Background> 1.182 1.183 </Desktops> 1.184 1.185 <!-- Startup and shutdown commands. --> 1.186 - <StartupCommand></StartupCommand> 1.187 + <StartupCommand>compton -Cc -r 10 -o 0.5</StartupCommand> 1.188 <ShutdownCommand></ShutdownCommand> 1.189 1.190 <!-- Double click speed (in milliseconds) --> 1.191 @@ -152,7 +159,7 @@ 1.192 <DoubleClickDelta>2</DoubleClickDelta> 1.193 1.194 <!-- The focus model (sloppy or click) --> 1.195 - <FocusModel>sloppy</FocusModel> 1.196 + <FocusModel>click</FocusModel> 1.197 1.198 <!-- The snap mode (none, screen, or border) --> 1.199 <SnapMode distance="10">border</SnapMode>