flavors diff 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 diff
     1.1 --- a/jwm/rootfs/etc/xdg/jwm/system.jwmrc	Fri Jan 03 19:12:17 2014 +0100
     1.2 +++ b/jwm/rootfs/etc/xdg/jwm/system.jwmrc	Tue Mar 04 15:55:39 2014 +0100
     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,6 +12,12 @@
    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-development.png" label="Development">
    1.24  			<Program icon="fluid.png" label="Fluid Designer">
    1.25 @@ -25,12 +31,12 @@
    1.26  			<Program icon="internet-web-browser.png" label="Dillo Web browser">
    1.27  				dillo
    1.28  			</Program>
    1.29 +			<Program icon="xchat.png" label="TazIRC IRC client">
    1.30 +				terminal -e 'tazirc --ask'
    1.31 +			</Program>
    1.32  			<Program icon="internet-web-browser.png" label="Local Web server">
    1.33  				browser http://localhost/
    1.34  			</Program>
    1.35 -			<Program icon="xterm.png" label="Scan localhost ports">
    1.36 -				terminal -e "(pscan localhost; read i)"
    1.37 -			</Program>
    1.38  		</Menu>
    1.39  		<Program icon="tazpkg.png" label="Packages manager">terminal -e tazpkg shell</Program>
    1.40  		<Program icon="text-editor.png" label="Nano Text editor">terminal -e nano</Program>
    1.41 @@ -38,7 +44,7 @@
    1.42  		<Program icon="tazpanel.png" label="SliTaz Panel">browser http://tazpanel:82</Program>
    1.43  	</RootMenu>
    1.44  	
    1.45 -	<RootMenu height="24" onroot="3">
    1.46 +	<RootMenu height="22" onroot="3">
    1.47  		<Program icon="system-shut-down.png" label="Shut down system">reboot</Program>
    1.48  		<Program icon="system-restart.png" label="Reboot system">reboot</Program>
    1.49  		<Exit label="Exit JWM" confirm="true" icon="system-suspend.png"/>
    1.50 @@ -46,11 +52,11 @@
    1.51  	</RootMenu>
    1.52  
    1.53     <!-- Additional tray attributes: autohide, width, border, layer, layout -->
    1.54 -   <Tray  x="0" y="-1" height="26">
    1.55 +   <Tray x="0" y="+0" height="22">
    1.56  
    1.57 -      <!-- Additional TrayButton attribute: label -->
    1.58 -      <TrayButton label="Application">root:1</TrayButton>
    1.59 -      <TrayButton label="System">root:3</TrayButton>
    1.60 +      <!-- Additional TrayButton attribute: label, icon, border, popup -->
    1.61 +      <TrayButton label="Application" border="false" popup="">root:1</TrayButton>
    1.62 +      <TrayButton label="System" border="false" popup="">root:3</TrayButton>
    1.63  
    1.64        <!-- <TrayButton label="_">showdesktop</TrayButton> -->
    1.65  
    1.66 @@ -58,7 +64,7 @@
    1.67        <Pager labeled="false" />
    1.68  
    1.69        <!-- Additional TaskList attribute: maxwidth -->
    1.70 -      <TaskList maxwidth="250"/>
    1.71 +      <TaskList maxwidth="250" border="false" />
    1.72  
    1.73        <Dock />
    1.74  
    1.75 @@ -67,7 +73,7 @@
    1.76  		  xload -nolabel -bg black -fg grey -hl orange
    1.77        </Swallow>
    1.78  
    1.79 -      <Clock>xclock</Clock>
    1.80 +      <Clock format="%I:%M">xclock</Clock>
    1.81  
    1.82     </Tray>
    1.83  
    1.84 @@ -77,47 +83,47 @@
    1.85  
    1.86        <Font>FreeSans-9:bold</Font>
    1.87        <Width>4</Width>
    1.88 -      <Height>26</Height>
    1.89 +      <Height>22</Height>
    1.90  
    1.91        <Active>
    1.92 -         <Text>#cfcfcf</Text>
    1.93 -         <!-- <Title>#351a0a:#72320e</Title> -->
    1.94 -         <Title>#351a0a</Title>
    1.95 -         <Outline>#351a0a</Outline>
    1.96 +         <Text>#222222</Text>
    1.97 +         <Title>#dadada:#ededed</Title>
    1.98 +         <Outline>#dadada</Outline>
    1.99           <Opacity>1.0</Opacity>
   1.100        </Active>
   1.101  
   1.102        <Inactive>
   1.103 -         <Text>#bbbbbb</Text>
   1.104 -         <Title>#72320e</Title>
   1.105 -         <Corner>#aaaaaa</Corner>
   1.106 -         <Outline>#72320e</Outline>
   1.107 +         <Text>#888888</Text>
   1.108 +         <Title>#ededed</Title>
   1.109 +         <!-- <Corner>#aaaaaa</Corner> -->
   1.110 +         <Outline>#888888</Outline>
   1.111 +         <Opacity>0.5</Opacity>
   1.112        </Inactive>
   1.113  
   1.114     </WindowStyle>
   1.115  
   1.116     <TaskListStyle>
   1.117        <Font>FreeSans-9:bold</Font>
   1.118 -      <ActiveForeground>black</ActiveForeground>
   1.119 -      <ActiveBackground>gray80:gray90</ActiveBackground>
   1.120 -      <Foreground>black</Foreground>
   1.121 -      <Background>gray90:gray80</Background>
   1.122 +      <ActiveForeground>#cfcfcf</ActiveForeground>
   1.123 +      <ActiveBackground>#444444</ActiveBackground>
   1.124 +      <Foreground>#888888</Foreground>
   1.125 +      <Background>#222222</Background>
   1.126     </TaskListStyle>
   1.127  
   1.128     <!-- Additional TrayStyle attribute: insert -->
   1.129     <TrayStyle>
   1.130        <Font>FreeSans-11:bold</Font>
   1.131 -      <Background>#f9f7f3</Background>
   1.132 -      <Foreground>black</Foreground>
   1.133 -      <Opacity>0.75</Opacity>
   1.134 +      <Background>#222222</Background>
   1.135 +      <Foreground>#cfcfcf</Foreground>
   1.136 +      <Opacity>1.0</Opacity>
   1.137     </TrayStyle>
   1.138  
   1.139     <PagerStyle>
   1.140        <Outline>black</Outline>
   1.141 -      <Foreground>gray90</Foreground>
   1.142 -      <Background>#666666</Background>
   1.143 -      <ActiveForeground>#70849d</ActiveForeground>
   1.144 -      <ActiveBackground>#2e3a67</ActiveBackground>
   1.145 +      <Foreground>#222222</Foreground>
   1.146 +      <Background>#444444</Background>
   1.147 +      <ActiveForeground>#888888</ActiveForeground>
   1.148 +      <ActiveBackground>#666666</ActiveBackground>
   1.149     </PagerStyle>
   1.150  
   1.151     <MenuStyle>
   1.152 @@ -126,35 +132,36 @@
   1.153        <Background>#f9f7f3</Background>
   1.154        <ActiveForeground>white</ActiveForeground>
   1.155        <ActiveBackground>#7A6753:#443b31</ActiveBackground>
   1.156 -      <Opacity>0.85</Opacity>
   1.157 +      <Opacity>1.0</Opacity>
   1.158     </MenuStyle>
   1.159  
   1.160 -   <PopupStyle>
   1.161 -      <Font>FreeSans-16</Font>
   1.162 +   <PopupStyle delay="100">
   1.163 +      <Font>FreeSans-18</Font>
   1.164        <Outline>#dddddd</Outline>
   1.165        <Foreground>black</Foreground>
   1.166        <Background>#f9f7f3</Background>
   1.167     </PopupStyle>
   1.168  
   1.169     <IconPath>$HOME/.icons</IconPath>
   1.170 -   <IconPath>/usr/share/pixmaps</IconPath>
   1.171     <IconPath>/usr/share/icons/SliTaz/apps/22</IconPath>
   1.172     <IconPath>/usr/share/icons/SliTaz/categories/22</IconPath>
   1.173 +   <IconPath>/usr/share/pixmaps</IconPath>
   1.174  
   1.175     <!-- Virtual Desktops -->
   1.176     <!-- Desktop tags can be contained within Desktops for desktop names. -->
   1.177 -   <Desktops count="2">
   1.178 +   <Desktops width="2">
   1.179  
   1.180        <!-- Default background. Note that a Background tag can be
   1.181             contained within a Desktop tag to give a specific background
   1.182 -           for that desktop.
   1.183 -       -->
   1.184 -      <Background type="image">/usr/share/images/slitaz-background.jpg</Background>
   1.185 +           for that desktop. -->
   1.186 +      <Background type="command">
   1.187 +		  hsetroot -fill /usr/share/images/slitaz-background.jpg
   1.188 +	  </Background>
   1.189  
   1.190     </Desktops>
   1.191  
   1.192     <!-- Startup and shutdown commands. -->
   1.193 -   <StartupCommand></StartupCommand>
   1.194 +   <StartupCommand>compton -Cc -r 10 -o 0.5</StartupCommand>
   1.195     <ShutdownCommand></ShutdownCommand>
   1.196  
   1.197     <!-- Double click speed (in milliseconds) -->
   1.198 @@ -164,7 +171,7 @@
   1.199     <DoubleClickDelta>2</DoubleClickDelta>
   1.200  
   1.201     <!-- The focus model (sloppy or click) -->
   1.202 -   <FocusModel>sloppy</FocusModel>
   1.203 +   <FocusModel>click</FocusModel>
   1.204  
   1.205     <!-- The snap mode (none, screen, or border) -->
   1.206     <SnapMode distance="10">border</SnapMode>