Updating JWM theme scripts

Forum Forums Official Releases antiX-21/22 “Grup Yorum” Updating JWM theme scripts

  • This topic has 20 replies, 3 voices, and was last updated May 2-1:09 pm by Wallon.
Viewing 6 posts - 16 through 21 (of 21 total)
  • Author
    Posts
  • #105771
    Member
    Wallon
      Helpful
      Up
      0
      ::

      Dear All,

      “Voilà” the default “pastel” antiX theme updated with the new JWM font coding.
      I did not change the font of the theme and I did not change the size.
      This script uses the “Terminus Bold” font to display the menu but it is not on the antiX ISO. Please install the font with Synaptic. This is the fonts-terminus-otb package.
      Just copy the script below into a file and save it in your directory; /home/user/.jwm/themes with the name “pastel_updated” for example.
      Don’t forget to refresh the list of JWM themes to select the new theme.
      Menu > Themes > Update themes list

      Have fun,
      Wallon

      
      <JWM>
      
      <!-- pastel -->
      <!-- Update 2023 for new font coding -->
      
      <WindowStyle>
      	<Font>Terminus-14:style=Bold:antialias=true</Font>
      	<Width>5</Width>
      	<Height>22</Height>
      	<Active>
      		<Foreground>black</Foreground>
      		<Background>#5fa3d8:#C5D0DC</Background>
      	<Outline>black</Outline>
      	</Active>
      	
      		<Foreground>black</Foreground>
      		<Background>#7E7E8C:#C5D0DC</Background>
      	<Outline>#C5D0DC</Outline>
      	
      </WindowStyle>
      
      <TaskListStyle>
      	<Font>DejaVu Sans-12:style=Book:antialias=true</Font>
      	<Active>
      	<Foreground>black</Foreground>
      	<Background>#7E7E8C</Background>
      	</Active>
      	
      	<Foreground>black</Foreground>
      	<Background>#648FC2</Background>
      	
      </TaskListStyle>
      
      <TrayStyle>
      	<Font>DejaVu Sans-12:style=Book:antialias=true</Font>
      	<Background>#C5D0DC</Background>
      	<Foreground>black</Foreground>
      </TrayStyle>
      
      <ClockStyle>
      	<Font>Terminus-16:style=Bold:antialias=true</Font>
      	<Foreground>black</Foreground>
      </ClockStyle>
      
      <PagerStyle>
      	<Outline>black</Outline>
      	<Foreground>black</Foreground>
      	<Background>#7E7E8C</Background>
      	<Active>
      	<Foreground>black</Foreground>
      	<Background>#5fa3d8</Background>
      	</Active>
      </PagerStyle>
      
      <MenuStyle>
      	<Font>DejaVu Sans-12:style=Book:antialias=true</Font>
      	<Foreground>black</Foreground>
      	<Background>#C5D0DC</Background>
              <Outline>#000000</Outline>
             <Active>
      	<Foreground>black</Foreground>
      	<Background>#5fa3d8</Background>
      	</Active>
              <Opacity>0.85</Opacity>
      </MenuStyle>
      
      <PopupStyle enabled="true">
      	<Font>DejaVu Sans-11:style=Book:antialias=true</Font>
      	<Outline>black</Outline>
      	<Foreground>black</Foreground>
      	<Background>white</Background>
      </PopupStyle>
      
      </JWM>
      
      #105772
      Member
      Wallon
        Helpful
        Up
        0
        ::

        Dear All,

        “Voilà” the default “PrettyPink” antiX theme updated with the new JWM font coding.
        I did not change the font of the theme and I did not change the size.
        I fixed a bug with the opacity. JWM does not allow the zero value “0”. I set the value to “1”, so no opacity. To have opacity, use a value like “.90” or “.85” or “.80”… and install the “compton” package.
        Just copy the script below into a file and save it in your directory; /home/user/.jwm/themes with the name “PrettyPink_updated” for example.
        Don’t forget to refresh the list of JWM themes to select the new theme.
        Menu > Themes > Update themes list

        Have fun,
        Wallon

        
        <!-- Title: Jwm-Vista Author: Tom new for jwm 2.0, replaces borderstyle above --> 
        <!-- Modified by missTell for antiX 19 -->
        <!-- Update 2023 for new font coding -->
        
        <JWM>
        
        <WindowStyle> 
        	<Font>Ubuntu-10:style=Regular:antialias=true</Font> 
        	<Width>2</Width 
        	<Height>20</Height> 
        	<Active> 
        		<Foreground>gray70</Foreground> 
        		<Background>gray20</Background> 
        	<Outline>black</Outline> 
        	</Active> 
        	 
        		<Foreground>gray20</Foreground> 
        		<Background>gray70</Background> 
        	<Outline>black</Outline> 
        	 
        </WindowStyle> 
        
        <TaskListStyle> 
        	<Font>Ubuntu-12:style=Regular:antialias=true</Font> 
        	<Active>
        	<Foreground>gray90</Foreground> 
        	<Background>gray30</Background> 
        	</Active>
        	
        	<Foreground>gray90</Foreground> 
        	<Background>gray50</Background> 
        	
        </TaskListStyle> 
        
        <TrayStyle> 
        	<Font>Ubuntu-12:style=Regular:antialias=true</Font> 
        	<Background>gray20</Background> 
        	<Foreground>gray90</Foreground> 
        </TrayStyle> 
        
        <ClockStyle>
        	<Font>Ubuntu-12:style=Regular:antialias=true</Font>
        	<Foreground>gray90</Foreground>
        	<Background>gray20</Background>
        </ClockStyle>
        
        <PagerStyle> 
        	<Outline>black</Outline> 
        	<Foreground>gray80</Foreground> 
        	<Background>gray50</Background> 
        	<Active>
        	<Foreground>#ef7aa6</Foreground> 
        	<Background>gray50</Background> 
        	</Active>
        </PagerStyle> 
        
        <MenuStyle> 
        	<Font>Ubuntu-10:style=Regular:antialias=true</Font> 
        	<Foreground>gray90</Foreground> 
        	<Background>gray20</Background> 
                <Outline>black</Outline>
               <Active>
        	<Foreground>gray10</Foreground> 
        	<Background>#ea4c88</Background> 
        	</Active>
                <Opacity>1</Opacity>
        </MenuStyle> 
        
        <PopupStyle enabled="true">
        	<Font>Ubuntu-10:style=Regular:antialias=true</Font> 
        	<Outline>black</Outline> 
        	<Foreground>black</Foreground> 
        	<Background>gray80</Background> 
        </PopupStyle>
        
        </JWM>
        
        #105828
        Member
        Wallon
          Helpful
          Up
          0
          ::

          Dear All,

          “Voilà” the default “red” antiX theme updated with the new JWM font coding.
          I did not change the font of the theme and I did not change the size.
          I fixed a bug in the script for the active window colour.
          Just copy the script below into a file and save it in your directory; /home/user/.jwm/themes with the name “red_updated” for example.
          Don’t forget to refresh the list of JWM themes to select the new theme.
          Menu > Themes > Update themes list

          Have fun,
          Wallon

          
          <!-- 444-Red by Tman -->
          <!-- Update 2023 for new font coding -->
          
          <JWM>
          
          <WindowStyle>
          	<Font>DejaVu Sans-13:style=Book:antialias=true</Font>
          	<Width>2</Width>
          	<Height>26</Height>
          	<Active>
          		<Foreground>#ffffff</Foreground>
          		<Background>#8D0D13</Background>
                 	<Outline>black</Outline>
          	</Active>
          	
          		<Foreground>#000000</Foreground>
          		<Background>#bfbfbf:#ffffff</Background>
                 	<Outline>black</Outline>
          	
          </WindowStyle>
          
          <TaskListStyle>
          	<Font>DejaVu Sans-12:style=Book:antialias=true</Font>
          	<Active>
          	<Foreground>#b0b0b0</Foreground>
          	<Background>#C72628:#621314</Background>
          	</Active>
          	
          	<Foreground>#ffffff</Foreground>
          	<Background>#621314:#DD1D16</Background>
          	
          </TaskListStyle>
          
          <TrayStyle>
          	<Font>DejaVu Sans-13:style=Book:weight=Bold:antialias=true</Font>
          	<Foreground>#ffffff</Foreground>
          	<Background>#8D0D13</Background>
          </TrayStyle>
          
          <ClockStyle>
          	<Font>DejaVu Sans-16:style=Book:weight=Bold:antialias=true</Font>
          	<Foreground>#ffffff</Foreground>
          	<Background>#8D0D13</Background>
          </ClockStyle>
          
          <PagerStyle>
          	<Outline>black</Outline>
          	<Foreground>#C8E4FF</Foreground>
          	<Background>#831D22</Background>
          	<Active>
          	<Foreground>#BEE4ED</Foreground>
          	<Background>#AF2323</Background>
          	</Active>
          </PagerStyle>
          
          <MenuStyle>
          	<Font>DejaVu Sans-13:style=Book:antialias=true</Font>
          	<Foreground>#000000</Foreground>
          	<Background>#ece9d8</Background>
                  <Outline>#000000</Outline>
                 <Active>
          	<Foreground>#ffffff</Foreground>
          	<Background>#8D0D13</Background>
          	</Active>
                  <Opacity>0.85</Opacity>
          </MenuStyle>
          
          <PopupStyle enabled="true">
          	<Font>DejaVu Sans-12:style=Book:antialias=true</Font>
          	<Outline>black</Outline>
          	<Foreground>#ffffff</Foreground>
          	<Background>#8D0D13</Background>
          </PopupStyle>
          
          </JWM>
          
          #105831
          Member
          Wallon
            Helpful
            Up
            0
            ::

            Dear All,

            “Voilà” the default “shades_of_grey” antiX theme updated with the new JWM font coding.
            With the agreement of the development team, I have replaced the “smoothansi” font with the “Ubuntu” font.
            Just copy the script below into a file and save it in your directory; /home/user/.jwm/themes with the name “shades_of_grey_updated” for example.
            Don’t forget to refresh the list of JWM themes to select the new theme.
            Menu > Themes > Update themes list

            Have fun,
            Wallon

            
            <JWM>
            <!-- shades of grey -->
            <!-- Update 2023 for new font coding -->
            
            <WindowStyle>
            	<Font>Ubuntu-12:style=Regular:antialias=true</Font>
            	<Width>4</Width>
            	<Height>20</Height>
            	<Active>
            		<Foreground>white</Foreground>
            		<Background>grey33:grey66</Background>
            	<Outline>grey22</Outline>
            	</Active>
            	
            		<Foreground>grey44</Foreground>
            		<Background>grey22:black</Background>
            	<Outline>black</Outline>
            	
            </WindowStyle>
            
            <TaskListStyle>
            	<Font>Ubuntu-12:style=Regular:antialias=true</Font>
            	<Active>
            	<Foreground>white</Foreground>
            	<Background>grey33:grey66</Background>
            	</Active>
            	
            	<Foreground>grey44</Foreground>
            	<Background>grey22:black</Background>
            	
            </TaskListStyle>
            
            <TrayStyle>
            	<Font>Ubuntu-12:style=Regular:weight=Bold:antialias=true</Font>
            	<Background>grey33</Background>
            	<Foreground>white</Foreground>
            </TrayStyle>
            
            <ClockStyle>
            	<Font>Ubuntu-16:style=Regular:weight=Bold:antialias=true</Font>
            	<Foreground>grey11</Foreground>
            	<Background>grey44</Background>
            </ClockStyle>
            
            <PagerStyle>
            	<Outline>darkred</Outline>
            	<Foreground>grey44</Foreground>
            	<Background>grey22</Background>
            	<Active>
            	<Foreground>grey55</Foreground>
            	<Background>grey66</Background>
            	</Active>
            </PagerStyle>
            
            <MenuStyle>
            	<Font>Ubuntu-12:style=Regular:antialias=true</Font>
            	<Foreground>grey11</Foreground>
            	<Background>grey44</Background>
                    <Outline>#000000</Outline>
                   <Active>
            	<Foreground>white</Foreground>
            	<Background>grey33:grey66</Background>
            	</Active>
                    <Opacity>0.85</Opacity>
            </MenuStyle>
            
            <PopupStyle>
            	<Font>Ubuntu-10:style=Regular:antialias=true</Font>
            	<Outline>darkred</Outline>
            	<Foreground>black</Foreground>
            	<Background>grey66</Background>
            </PopupStyle>
            
            </JWM>
            
            #105834
            Member
            Wallon
              Helpful
              Up
              0
              ::

              Dear All,

              “Voilà” the default “SunnyDay” antiX theme updated with the new JWM font coding.
              I did not change the font of the theme and I did not change the size.
              I fixed a bug with the opacity. JWM does not allow the zero value “0”. I set the value to “1”, so no opacity. To have opacity, use a value like “.90” or “.85” or “.80”… and install the “compton” package.
              Just copy the script below into a file and save it in your directory; /home/user/.jwm/themes with the name “SunnyDay_updated” for example.
              Don’t forget to refresh the list of JWM themes to select the new theme.
              Menu > Themes > Update themes list

              Have fun,
              Wallon

              
              <!-- Title: Jwm-Vista Author: Tom new for jwm 2.0, replaces borderstyle above --> 
              <!-- Modified by missTell for antiX 19 -->
              <!-- Update 2023 for new font coding -->
              
              <JWM>
              
              <WindowStyle> 
              	<Font>Ubuntu-10:style=Regular:antialias=true</Font> 
              	<Width>2</Width 
              	<Height>20</Height> 
              	<Active> 
              		<Foreground>gray70</Foreground> 
              		<Background>gray20</Background> 
              	<Outline>black</Outline> 
              	</Active> 
              	 
              		<Foreground>gray20</Foreground> 
              		<Background>gray70</Background> 
              	<Outline>black</Outline> 
              	 
              </WindowStyle> 
              
              <TaskListStyle> 
              	<Font>Ubuntu-12:style=Regular:antialias=true</Font> 
              	<Active>
              	<Foreground>gray90</Foreground> 
              	<Background>gray30</Background> 
              	</Active>
              	
              	<Foreground>gray90</Foreground> 
              	<Background>gray50</Background> 
              	
              </TaskListStyle> 
              
              <TrayStyle> 
              	<Font>Ubuntu-12:style=Regular:weight=Bold:antialias=true</Font> 
              	<Background>gray20</Background> 
              	<Foreground>gray90</Foreground> 
              </TrayStyle> 
              
              <ClockStyle>
              	<Font>Ubuntu-12:style=Regular:weight=Bold:antialias=true</Font>
              	<Foreground>gray90</Foreground>
              	<Background>gray20</Background>
              </ClockStyle>
              
              <PagerStyle> 
              	<Outline>black</Outline> 
              	<Foreground>gray80</Foreground> 
              	<Background>gray50</Background> 
              	<Active>
              	<Foreground>#f07746</Foreground> 
              	<Background>gray50</Background> 
              	</Active>
              </PagerStyle> 
              
              <MenuStyle> 
              	<Font>Ubuntu-10:style=Regular:antialias=true</Font> 
              	<Foreground>gray90</Foreground> 
              	<Background>gray20</Background> 
                      <Outline>black</Outline>
                     <Active>
              	<Foreground>gray10</Foreground> 
              	<Background>#ffc83f</Background> 
              	</Active>
                      <Opacity>1</Opacity>
              </MenuStyle> 
              
              <PopupStyle enabled="true">
              	<Font>Ubuntu-10:style=Regular:antialias=true</Font> 
              	<Outline>black</Outline> 
              	<Foreground>black</Foreground> 
              	<Background>gray80</Background> 
              </PopupStyle>
              
              </JWM>
              
              #105837
              Member
              Wallon
                Helpful
                Up
                0
                ::

                Dear All,

                “Voilà” the default “white” antiX theme updated with the new JWM font coding.
                I did not change the font of the theme and I did not change the size.
                Just copy the script below into a file and save it in your directory; /home/user/.jwm/themes with the name “white_updated” for example.
                Don’t forget to refresh the list of JWM themes to select the new theme.
                Menu > Themes > Update themes list

                Have fun,
                Wallon

                
                <!-- white by Tman -->
                <!-- Update 2023 for new font coding -->
                
                <JWM>
                
                <WindowStyle>
                	<Font>DejaVu Sans-13:style=Book:antialias=true</Font>
                	<Width>2</Width>
                	<Height>25</Height>
                	<Active>
                		<Foreground>#ffffff</Foreground>
                		<Background>#004283:#74A2D0</Background>
                       	<Outline>black</Outline>
                	</Active>
                	
                		<Foreground>#000000</Foreground>
                		<Background>#A2C6E7:#4B82B7</Background>
                       	<Outline>black</Outline>
                	
                </WindowStyle>
                
                <TaskListStyle>
                	<Font>DejaVu Sans-12:style=Book:antialias=true</Font>
                	<Active>
                	<Foreground>#000000</Foreground>
                	<Background>#ffffff:#bfbfbf</Background>
                	</Active>
                	
                	<Foreground>#ffffff</Foreground>
                	<Background>#75b8f7:#3578b7</Background>
                	
                </TaskListStyle>
                
                <TrayStyle>
                	<Font>DejaVu Sans-13:style=Book:weight=Bold:antialias=true</Font>
                	<Foreground>#000000</Foreground>
                	<Background>#f1efeb</Background>
                </TrayStyle>
                
                <ClockStyle>
                	<Font>DejaVu Sans-15:style=Book:weight=Bold:antialias=true</Font>
                	<Foreground>#ffffff</Foreground>
                	<Background>#5598d7</Background>
                </ClockStyle>
                
                <PagerStyle>
                	<Outline>black</Outline>
                	<Foreground>#f1efeb</Foreground>
                	<Background>#d7d3ca</Background>
                	<Active>
                	<Foreground>#ffffff</Foreground>
                	<Background>#5598d7</Background>
                	</Active>
                </PagerStyle>
                
                <MenuStyle>
                	<Font>DejaVu Sans-12:style=Book:antialias=true</Font>
                	<Foreground>#000000</Foreground>
                	<Background>#f1efeb</Background>
                        <Outline>#000000</Outline>
                       <Active>
                	<Foreground>#ffffff</Foreground>
                	<Background>#004283:#74A2D0</Background>
                	</Active>
                        <Opacity>0.85</Opacity>
                </MenuStyle>
                
                <PopupStyle enabled="true">
                	<Font>DejaVu Sans-10:style=Book:antialias=true</Font>
                	<Outline>black</Outline>
                	<Foreground>white</Foreground>
                	<Background>olive drab</Background>
                </PopupStyle>
                
                </JWM>
                
              Viewing 6 posts - 16 through 21 (of 21 total)
              • You must be logged in to reply to this topic.