Re: JWM config

Here is a darker theme I made (DarkZen):

http://ompldr.org/tYnYxYg  http://ompldr.org/tYnYxYw

[edit] I should probably explain why everything in the screenshot says "Vector" lol.  Well I guess it's self-explanatory.  The Conky is from the superb Zenix.

Just look for the section in your .jwmrc file that starts with "Visual Styles" and replace that section with this:

 <!-- Visual Styles -->

   <WindowStyle>

      <Font antialias="false">-adobe-helvetica-medium-r-*-*-12-*-*-*-*-*-*-*</Font>
      <Width>4</Width>
      <Height>20</Height>

      <Active>
         <Text>grey90</Text>
         <Title>grey40:black</Title>
         <Corner>grey77</Corner>
         <Outline>grey22</Outline>
      </Active>

      <Inactive>
         <Text>grey66</Text>
         <Title>grey60:grey0</Title>
         <Corner>grey55</Corner>
         <Outline>grey11</Outline>
      </Inactive>

   </WindowStyle> 

   <TaskListStyle>
      <Font antialias="false">-adobe-helvetica-medium-r-*-*-12-*-*-*-*-*-*-*</Font>
      <ActiveForeground>grey88</ActiveForeground>
      <ActiveBackground>grey20:grey10</ActiveBackground>
      <Foreground>grey60</Foreground>
      <Background>grey10:grey0</Background>
   </TaskListStyle>

   <!-- Additional TrayStyle attribute: insert -->
   <TrayStyle>
      <Font antialias="false">-adobe-helvetica-medium-r-*-*-12-*-*-*-*-*-*-*</Font>
      <Background>grey10</Background>
      <Foreground>grey70</Foreground>
   </TrayStyle>

   <PagerStyle>
      <Outline>black</Outline>
      <Foreground>grey60</Foreground>
      <Background>grey10</Background>
      <ActiveForeground>grey70</ActiveForeground>
      <ActiveBackground>grey20</ActiveBackground>
   </PagerStyle>

   <MenuStyle>
      -adobe-helvetica-medium-r-*-*-12-*-*-*-*-*-*-*
      <Foreground>grey70</Foreground>
      <Background>grey10</Background>
      <ActiveForeground>grey88</ActiveForeground>
      <ActiveBackground>grey20:grey0</ActiveBackground>
   </MenuStyle>

   <PopupStyle>
      <Font antialias="false">-adobe-helvetica-medium-r-*-*-14-*-*-*-*-*-*-*</Font>
      <Outline>grey66</Outline>
      <Foreground>grey88</Foreground>
      <Background>black</Background>
   </PopupStyle>    

 

Last edited by ElderV.LaCoste (2011-12-22 13:31:07)

Proceed with confidence!
http://eldervlacoste.deviantart.com/

Re: JWM config

Anyone using Tint2 with JWM instead of the default bar? I'm wondering if just deleting the line:

<Tray  x="0" y="-1" height="32" autohide="false">

Would make the bar not appear(since I don't see anything else to not make the bar appear), then I can just add tint2 to the autostart section of the .jwmrc.

I'll play around with it when I get home tonight and see what's what, but I was wondering if anyone else has tried this.

Re: JWM config

You need to delete (or comment out) anything between <Tray> and </Tray> then you can add tint2 to the <StartupCommand> section.