wok diff jwm/stuff/slitaz.jwmrc @ rev 13673

get-skype: new tarball,depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Nov 25 03:41:58 2012 +0000 (2012-11-25)
parents 827b17f598c3
children 410490fd06f0
line diff
     1.1 --- a/jwm/stuff/slitaz.jwmrc	Tue Mar 06 14:17:35 2012 +0100
     1.2 +++ b/jwm/stuff/slitaz.jwmrc	Sun Nov 25 03:41:58 2012 +0000
     1.3 @@ -2,41 +2,58 @@
     1.4  
     1.5  <JWM>
     1.6  
     1.7 -   <!-- The root menu, if this is undefined you will not get a menu. -->
     1.8 -   <!-- Additional RootMenu attributes: onroot, labeled, label -->
     1.9 -   <RootMenu height="26" onroot="123">
    1.10 -      <Program icon="xterm.png" label="Terminal">terminal</Program>
    1.11 -
    1.12 -      <Menu icon="" label="Applications">
    1.13 -         <Program icon="" label="Nano Text editor">terminal -e nano</Program>
    1.14 -         <Program icon="" label="Retawq Web browser">terminal -e retawq</Program>
    1.15 -      </Menu>
    1.16 -      
    1.17 -      <Separator/>
    1.18 -      <Restart label="Restart" icon="restart.png"/>
    1.19 -      <Exit label="Exit" confirm="true" icon="exit.png"/>
    1.20 -   </RootMenu>
    1.21 +	<!-- The root menu, if this is undefined you will not get a menu. -->
    1.22 +	<!-- Additional RootMenu attributes: onroot, labeled, label -->
    1.23 +	<RootMenu height="24" onroot="12">
    1.24 +		<Menu icon="applications-system.png" label="System Tools">
    1.25 +			<Program icon="applications-other.png" label="Xload Monitor">
    1.26 +				xload -nolabel -bg black -fg grey -hl orange
    1.27 +			</Program>
    1.28 +			<Program icon="utilities-system-monitor.png" label="Top Monitor">
    1.29 +				terminal -e top
    1.30 +			</Program>
    1.31 +		</Menu>
    1.32 +		<Menu icon="applications-internet.png" label="Network">
    1.33 +			<Program icon="internet-web-browser.png" label="Retawq Web browser">
    1.34 +				terminal -e retawq
    1.35 +			</Program>
    1.36 +			<Program icon="xterm.png" label="Scan loclhost ports">
    1.37 +				terminal -e "(pscan localhost; read i)"
    1.38 +			</Program>
    1.39 +		</Menu>
    1.40 +		<Program icon="tazpkg.png" label="Packages manager">terminal -e tazpkg shell</Program>
    1.41 +		<Program icon="text-editor.png" label="Nano Text editor">terminal -e nano</Program>
    1.42 +		<Program icon="xterm.png" label="Terminal">terminal</Program>
    1.43 +	</RootMenu>
    1.44 +	
    1.45 +	<RootMenu height="24" onroot="3">
    1.46 +		<Program icon="system-shut-down.png" label="Shut down system">reboot</Program>
    1.47 +		<Program icon="system-restart.png" label="Reboot system">reboot</Program>
    1.48 +		<Exit label="Exit JWM" confirm="true" icon="system-suspend.png"/>
    1.49 +		<Restart label="Restart JWM" icon="system-restart.png"/>
    1.50 +	</RootMenu>
    1.51  
    1.52     <!-- Additional tray attributes: autohide, width, border, layer, layout -->
    1.53     <Tray  x="0" y="-1" height="26">
    1.54  
    1.55        <!-- Additional TrayButton attribute: label -->
    1.56 -      <TrayButton label="SliTaz">root:1</TrayButton>
    1.57 +      <TrayButton label="Application">root:1</TrayButton>
    1.58 +      <TrayButton label="System">root:3</TrayButton>
    1.59  
    1.60 -      <TrayButton label="_">showdesktop</TrayButton>
    1.61 +      <!-- <TrayButton label="_">showdesktop</TrayButton> -->
    1.62  
    1.63        <!-- Additional Pager attributes; width, height -->
    1.64 -      <Pager labeled="false"/>
    1.65 +      <Pager labeled="false" />
    1.66  
    1.67        <!-- Additional TaskList attribute: maxwidth -->
    1.68 -      <TaskList maxwidth="256"/>
    1.69 +      <TaskList maxwidth="250"/>
    1.70  
    1.71 -      <Dock/>
    1.72 +      <Dock />
    1.73  
    1.74        <!-- Additional Swallow attribute: height -->
    1.75 -      <!-- <Swallow name="xload" width="64">
    1.76 -         xload -nolabel -bg black -fg red -hl white
    1.77 -      </Swallow> -->
    1.78 +      <Swallow name="xload" width="40">
    1.79 +		  xload -nolabel -bg black -fg grey -hl orange
    1.80 +      </Swallow>
    1.81  
    1.82        <Clock>xclock</Clock>
    1.83  
    1.84 @@ -48,7 +65,7 @@
    1.85  
    1.86        <Font>FreeSans-9:bold</Font>
    1.87        <Width>4</Width>
    1.88 -      <Height>24</Height>
    1.89 +      <Height>26</Height>
    1.90  
    1.91        <Active>
    1.92           <Text>#cfcfcf</Text>
    1.93 @@ -68,7 +85,7 @@
    1.94     </WindowStyle>
    1.95  
    1.96     <TaskListStyle>
    1.97 -      <Font>FreeSans-11:bold</Font>
    1.98 +      <Font>FreeSans-9:bold</Font>
    1.99        <ActiveForeground>black</ActiveForeground>
   1.100        <ActiveBackground>gray80:gray90</ActiveBackground>
   1.101        <Foreground>black</Foreground>
   1.102 @@ -78,7 +95,7 @@
   1.103     <!-- Additional TrayStyle attribute: insert -->
   1.104     <TrayStyle>
   1.105        <Font>FreeSans-11:bold</Font>
   1.106 -      <Background>gray90</Background>
   1.107 +      <Background>#f9f7f3</Background>
   1.108        <Foreground>black</Foreground>
   1.109        <Opacity>0.75</Opacity>
   1.110     </TrayStyle>
   1.111 @@ -86,33 +103,31 @@
   1.112     <PagerStyle>
   1.113        <Outline>black</Outline>
   1.114        <Foreground>gray90</Foreground>
   1.115 -      <Background>#808488</Background>
   1.116 +      <Background>#666666</Background>
   1.117        <ActiveForeground>#70849d</ActiveForeground>
   1.118        <ActiveBackground>#2e3a67</ActiveBackground>
   1.119     </PagerStyle>
   1.120  
   1.121     <MenuStyle>
   1.122 -      <Font>FreeSans-12:bold</Font>
   1.123 +      <Font>FreeSans-10:bold</Font>
   1.124        <Foreground>black</Foreground>
   1.125 -      <Background>gray90</Background>
   1.126 +      <Background>#f9f7f3</Background>
   1.127        <ActiveForeground>white</ActiveForeground>
   1.128 -      <ActiveBackground>#70849d:#2e3a67</ActiveBackground>
   1.129 +      <ActiveBackground>#7A6753:#443b31</ActiveBackground>
   1.130        <Opacity>0.85</Opacity>
   1.131     </MenuStyle>
   1.132  
   1.133     <PopupStyle>
   1.134 -      <Font>FreeSans-10</Font>
   1.135 -      <Outline>black</Outline>
   1.136 +      <Font>FreeSans-16</Font>
   1.137 +      <Outline>#dddddd</Outline>
   1.138        <Foreground>black</Foreground>
   1.139 -      <Background>yellow</Background>
   1.140 +      <Background>#f9f7f3</Background>
   1.141     </PopupStyle>
   1.142  
   1.143 -   <IconPath>
   1.144 -      $HOME/Images/Icons
   1.145 -   </IconPath>
   1.146 -   <IconPath>
   1.147 -      /usr/share/pixmaps
   1.148 -   </IconPath>
   1.149 +   <IconPath>$HOME/.icons</IconPath>
   1.150 +   <IconPath>/usr/share/pixmaps</IconPath>
   1.151 +   <IconPath>/usr/share/icons/SliTaz/apps/22</IconPath>
   1.152 +   <IconPath>/usr/share/icons/SliTaz/categories/22</IconPath>
   1.153  
   1.154     <!-- Virtual Desktops -->
   1.155     <!-- Desktop tags can be contained within Desktops for desktop names. -->
   1.156 @@ -128,9 +143,7 @@
   1.157  
   1.158     <!-- Startup and shutdown commands. -->
   1.159     <StartupCommand></StartupCommand>
   1.160 -   <ShutdownCommand>
   1.161 -      killall Xorg; clear; sleep 2; clear; echo "JWM exit OK. Press ENTER to continue... "
   1.162 -   </ShutdownCommand>
   1.163 +   <ShutdownCommand></ShutdownCommand>
   1.164  
   1.165     <!-- Double click speed (in milliseconds) -->
   1.166     <DoubleClickSpeed>400</DoubleClickSpeed>
   1.167 @@ -169,4 +182,3 @@
   1.168     <Key mask="A" key="F2">window</Key>
   1.169  
   1.170  </JWM>
   1.171 -