Reply To: antiX-19-b1-full (64 and 32 bit) available

Forum › Forums › News › Announcements › antiX-19-b1-full (64 and 32 bit) available › Reply To: antiX-19-b1-full (64 and 32 bit) available

#23569
PPC
Member

    PPC – that doesn’t work for me. Clicking on the time in jwm tray opens the menu.

    Sorry for that, anti.
    For some reason, you need to add something more to the jwm configuration files. I took the liberty of writing a “tray” file that I tested on live antiX 19A1 and it works perfectly (If anyone else wants to test this: just delete all that’s in your jwm “tray” file, and paste the contents of the attached file there, save, restart JWM and it should work).
    I added some additional changes that you can revert, of course:
    -The menu now reads “Menu” and not “antiX”- so it’s more homogeneous with IceWM menu (highly optional).
    – I added quick launch icons to the file manager and internet browser (optional).
    – Clicking the clock now for sure makes the calendar window pop up (the change that you, in fact, requested)
    – there’s a log out icon to the right of the clock (highly optional)

    You can change the root menu text back to “antiX” and simply delete the lines refering to the quick launch icons I added…

    P.S.- sorry for not having tested the “clock” code I sent you- it works in my system, but I have almost all JWM configurations in a single .jmwrc file.

    P.

    EDIT: for security reasons, the forum didn’t let me attach the file, so there are it’s contents:
    EDIT2: I fixed the quickstart icons for File Manager and Internet Browser (I pasted the wrong contents below, initially)…

    <JWM>
    
    <!-- Additional tray attributes: autohide, width, border, layer, layout, valign -->
    <Tray x="0" y="-1" height="28" layer="above" valign="bottom">
    
       <!-- Additional TrayButton attributes: label, icon, popup -->
       <TrayButton label=" Menu  ">root:1</TrayButton>
       <TrayButton label="" icon="/usr/share/icons/papirus-antix/48x48/devices/drive-removable-media-usb.png" popup="Unplug Removable Device">exec: unplugdrive.sh</TrayButton>
        <TrayButton label="" icon="/usr/share/icons/papirus-antix/48x48/apps/file-manager.png">exec: desktop-defaults-run -fm</TrayButton>
        <Separator/>
        <TrayButton label="" icon="/usr/share/icons/papirus-antix/48x48/apps/web-browser.png">exec: desktop-defaults-run -b</TrayButton>
      <Separator/>
       <!-- Additional TaskList attribute: maxwidth -->
       <TaskList maxwidth="125"/>
    
       <!-- Additional Pager attributes; width, height -->
       <Pager/>
    
       <!-- Additional Dock attribute: none -->
       <Dock/>
       <!-- Additional Swallow attribute: height, width -->
       <!-- <Swallow name="xload" height="28" width="30"> xload -update 2 -jumpscroll 1 -nolabel -bg black -fg green -hl black </Swallow> -->
      <!-- CLOCK -->
       <!-- Additional Clock attributes: format, height, width, zone -->
    		<Clock format="%H:%M">
    		<Text>white</Text>
    		<Button mask="123">exec:yad --calendar --width=400 --no-buttons  --title=Calendar --mouse</Button></>
    	<!-- TRAY BUTTONS - icons to the right of the clock- Exit-->
    	<TrayButton label="" popup="Exit Session" icon="/usr/share/icons/papirus-antix/32x32/apps/xfsm-logout.png">exec:desktop-session-exit</TrayButton>
    
    </Tray>
    
    </JWM>
    
    • This reply was modified 7 years, 3 months ago by PPC.
    • This reply was modified 7 years, 3 months ago by PPC.