← Back to team overview

torios-dev team mailing list archive

Re: VB Testing RE: Yet another Update

 

On 10/03/2016 04:04 AM, Cinque Port Computers wrote:
> Hi Israel,
>
> .jwmrc attached.
>
> The back ground is changed okay now.  I ran jwm-settings-manager
> --desktop and got the output included in the pic. and eventually the
> background changer window popped up.
>
>
>  
>
>  
>
>
> Cheers,
> JackT.
> .....
Hey Jack,
Your jwmrc is really screwed up.  I am attaching a version that is
better.  I fixed it up, and am sending you it.  I named it jack.jwmrc so
just rename it to .jwmrc and copy it to your ~/
See if that fixes your multiple nm-applets.

It looks as though the settings manager needs more work on the pcmanfm
wallpaper grabber portion.  It may be that things are just reversed and
it is quite simple to fix.  I heavily modified everything to use a
common library I made (it is also used by the menu programs, and will be
used by other things as well).  This will make maintaining all the
programs easier in the long road.

I will look into this issue and push an update soon

-- 
Regards

<?xml version="1.0"?>
<JWM>
	<RootMenu onroot="2">
		<Include>exec:jwm-menu||jwm-menu-bash</Include>
		<Menu label="About ToriOS" icon="help-about.svg" height="0">
			<Program label="Help" icon="help.svg">x-www-browser /usr/share/doc/torios/html/index.html</Program>
			<Program label="Launchpad" icon="launchpad.svg">x-www-browser https://launchpad.net/~torios</Program>
			<Program label="G+" icon="googleplus.svg">x-www-browser https://plus.google.com/113578220061772446187/posts</Program>
			<Program label="Facebook" icon="facebook.svg">x-www-browser https://www.facebook.com/ToriOS.Official</Program>
			<Program label="Twitter" icon="twitter.svg">x-www-browser https://twitter.com/ToriOS_Official</Program>
			<Program label="About Us" icon="/usr/share/pixmaps/distributor-logo.png">torios-about || x-www-browser http://torios.top</Program>
		</Menu>
		<Separator />
		<Restart label="Reload Desktop" icon="system-restart.svg" />
		<Program icon="system-shutdown.svg" label="Shutdown Computer">jwm-settings-manager --halt || torios-shutdown</Program>
	</RootMenu>
	<RootMenu onroot="7">
		<Include>exec:jwm-places||jwm-places-bash</Include>
	</RootMenu>
	<RootMenu height="0" onroot="z">
		<Exit label="Logout" confirm="false" icon="system-logout.svg" />
	</RootMenu>
	<RootMenu onroot="1" />
	<RootMenu onroot="p">
		<Program icon="jsm-panel.svg" label="Edit Panel">jwm-settings-manager --panel</Program>
		<Program icon="add.svg" label="Add new items">jwm-settings-manager --shortcuts</Program>
	</RootMenu>
	<RootMenu onroot="m">
		<Program icon="reload.svg" label="Update Menus">jwm-reload</Program>
		<Program icon="jsm-panel.svg" label="Edit Menu">jwm-settings-manager --menu</Program>
		<Program icon="jsm-panel.svg" label="Edit Panel">jwm-settings-manager --panel</Program>
	</RootMenu>
	<RootMenu height="0" onroot="3">
		<Program icon="folder-home.svg" label="Home">xdg-open ~/</Program>
		<Program icon="jwm-settings-manager.svg" label="Settings">jwm-settings-manager</Program>
		<Program icon="add.svg" label="Add new items to Desktop">torios-shortcut</Program>
		<Program icon="preferences-desktop-wallpaper.svg" label="Change Desktop Background">torios-background</Program>
		<Dynamic label="Apps" icon="torios-logo" border="false">exec:jwm-menu||jwm-menu-bash</Dynamic>
	</RootMenu>
	<RootMenu height="0" onroot="9">
		<Separator />
		<Restart label="Reload Desktop" icon="system-restart.svg" />
		<Program icon="system-shutdown.svg" label="Shutdown Computer">jwm-settings-manager --halt || torios-shutdown</Program>
	</RootMenu>
	<RootMenu height="0" onroot="c">
		<Program icon="time.svg" label="Clock Settings">jwm-settings-manager --clock-settings</Program>
		<Separator />
		<Program icon="calendar.svg" label="Calendar">torios-calendar</Program>
		<Program icon="time.svg" label="Timezone Settings">xterm -e 'sudo dpkg-reconfigure tzdata'</Program>
	</RootMenu>
	<Group>
		<Option>noshade</Option>
		<Option>aerosnap</Option>
	</Group>
	<Group>
		<Class>Pidgin</Class>
		<Option>sticky</Option>
	</Group>
	<Group>
		<Name>gkrellm</Name>
		<Option>nolist</Option>
		<Option>sticky</Option>
	</Group>
	<Group>
		<Name>conky</Name>
		<Option>nolist</Option>
		<Option>sticky</Option>
	</Group>
	<Tray x="0" y="-1" height="34" valign="top" width="0" halign="fixed" layout="horizontal">
		<TrayButton label="Apps" icon="/usr/share/pixmaps/distributor-logo.png" border="false">
			<Button mask="1">root:2</Button>
			<Button mask="23">root:m</Button>
		</TrayButton>
		<TrayButton label="Places" icon="folder.svg" border="false">
			<Button mask="1">root:7</Button>
			<Button mask="23">root:m</Button>
		</TrayButton>
		<TrayButton icon="browser.svg" border="false">
			<Button mask="1">exec:x-www-browser /usr/share/doc/torios/startpage.html</Button>
			<Button mask="23">root:p</Button>
		</TrayButton>
		<Pager labeled="true" />
		<TaskList maxwidth="256" />
		<Dock />
		<Swallow name="xload" width="64">xload -nolabel -bg DimGrey -fg Grey -hl DarkGrey</Swallow>
		<Clock format="%a, %e %b %l:%M %p">root:c</Clock>
	</Tray>
	<TrayStyle group="true">
		<Font>serif-12:antialias=true:encoding=utf8</Font>
		<Foreground>#ffffff</Foreground>
		<Background>#383838</Background>
		<Opacity>1.0</Opacity>
	</TrayStyle>
	<PagerStyle>
		<Active>
			<Foreground>#ffffff</Foreground>
			<Background>#940000</Background>
		</Active>
		<Text>#ffffff</Text>
		<Outline>#000000</Outline>
		<Foreground>#808080</Foreground>
		<Background>#383838</Background>
	</PagerStyle>
	<MenuStyle>
		<Font>serif-12:antialias=true:encoding=utf8</Font>
		<Active>
			<Foreground>#ffffff</Foreground>
			<Background>#940000</Background>
		</Active>
		<Foreground>#ffffff</Foreground>
		<Background>#383838</Background>
		<Opacity>1.0</Opacity>
	</MenuStyle>
	<WindowStyle>
		<Corner>4</Corner>
		<Font>serif-12:antialias=true:encoding=utf8</Font>
		<Width>4</Width>
		<Height>20</Height>
		<Active>
			<Foreground>#ffffff</Foreground>
			<Background>#383838:#232323</Background>
			<Outline>#232323</Outline>
			<Opacity>1.0</Opacity>
		</Active>
		<Foreground>#5A584F</Foreground>
		<Background>#000000</Background>
		<Outline>#000000</Outline>
		<Opacity>1.0</Opacity>
	</WindowStyle>
	<ButtonClose>/usr/share/jwm-settings-manager/Buttons/Default/close.png</ButtonClose>
	<ButtonMax>/usr/share/jwm-settings-manager/Buttons/Default/max.png</ButtonMax>
	<ButtonMaxActive>/usr/share/jwm-settings-manager/Buttons/Default/max-toggle.png</ButtonMaxActive>
	<ButtonMin>/usr/share/jwm-settings-manager/Buttons/Default/min.png</ButtonMin>
	<FocusModel>click</FocusModel>
	<SnapMode distance="10">border</SnapMode>
	<MoveMode>opaque</MoveMode>
	<ResizeMode>opaque</ResizeMode>
	<Key key="Up">up</Key>
	<Key key="Down">down</Key>
	<Key key="Right">right</Key>
	<Key key="Left">left</Key>
	<Key key="a">left</Key>
	<Key key="s">down</Key>
	<Key key="w">up</Key>
	<Key key="d">right</Key>
	<Key key="Return">select</Key>
	<Key key="Escape">escape</Key>
	<Key key="XF86PowerOff">exec:torios-shutdown</Key>
	<Key key="XF86AudioMute">exec:amixer-toggle</Key>
	<Key key="XF86AudioRaiseVolume">exec:amixer-up</Key>
	<Key key="XF86AudioLowerVolume">exec:amixer-down</Key>
	<Key key="XF86WWW">exec:x-www-browser</Key>
	<Key key="XF86Calculator">exec:torios-runchecker xcalc</Key>
	<Key key="XF86MonBrightnessUp">exec:torios-gamma up</Key>
	<Key key="XF86MonBrightnessDown">exec:torios-gamma down</Key>
	<Key key="Print">exec:screenie</Key>
	<Key mask="CA" key="p">exec:screenie</Key>
	<Key mask="S4" key="3">exec:screenie</Key>
	<Key mask="CA" key="t">exec:x-terminal-emulator</Key>
	<Key mask="CS" key="Escape">exec:torios-runchecker xterm htop</Key>
	<Key mask="A4" key="Escape">exec:torios-runchecker xterm htop</Key>
	<Key mask="CA" key="Delete">exec:torios-runchecker xterm htop</Key>
	<Key mask="C" key="Escape">exec:torios-runchecker xterm htop</Key>
	<Key mask="A" key="Tab">next</Key>
	<Key mask="4" key="Tab">next</Key>
	<Key mask="AS" key="Tab">nextstacked</Key>
	<Key mask="S4" key="Tab">nextstacked</Key>
	<Key mask="SA" key="Tab">nextstacked</Key>
	<Key mask="CA" key="Tab">nextstacked</Key>
	<Key mask="C" key="#">desktop#</Key>
	<Key mask="A" key="F1">exec:xman</Key>
	<Key mask="C" key="Escape">root:2</Key>
	<Key mask="A" key="F2">exec:zrun</Key>
	<Key mask="4" key="F2">exec:zrun</Key>
	<Key mask="4" key="space">exec:zrun</Key>
	<Key mask="CA" key="Right">rdesktop</Key>
	<Key mask="CA" key="Left">ldesktop</Key>
	<Key mask="CA" key="Up">udesktop</Key>
	<Key mask="CA" key="Down">ddesktop</Key>
	<Key mask="A" key="space">window</Key>
	<Key mask="A" key="F3">window</Key>
	<Key key="F11">fullscreen</Key>
	<Key mask="C" key="F11">fullscreen</Key>
	<Key mask="CS" key="f">fullscreen</Key>
	<Key mask="4C" key="f">fullscreen</Key>
	<Key mask="A" key="F12">shade</Key>
	<Key mask="SC4" key="Up">maximize</Key>
	<Key mask="4" key="L">maximize</Key>
	<Key mask="A" key="F10">maximize</Key>
	<Key mask="4" key="Down">minimize</Key>
	<Key mask="4" key="m">minimize</Key>
	<Key mask="A" key="F9">minimize</Key>
	<Key mask="4" key="w">close</Key>
	<Key mask="A" key="F4">close</Key>
	<Key mask="C4" key="Up">maxtop</Key>
	<Key mask="C4" key="Left">maxleft</Key>
	<Key mask="C4" key="Right">maxright</Key>
	<Key mask="C4" key="Down">maxbottom</Key>
	<Key mask="C4" key="v">maxv</Key>
	<Key mask="4S" key="Up">maxv</Key>
	<Key mask="C4" key="h">maxh</Key>
	<Key mask="4" key="Right">sendr</Key>
	<Key mask="4" key="Left">sendl</Key>
	<Key mask="4" key="Up">sendu</Key>
	<Key mask="4" key="Down">sendd</Key>
	<Key mask="SCA" key="Right">sendr</Key>
	<Key mask="SCA" key="Left">sendl</Key>
	<Key mask="SCA" key="Up">sendu</Key>
	<Key mask="SCA" key="Down">sendd</Key>
	<DoubleClickSpeed>400</DoubleClickSpeed>
	<DoubleClickDelta>2</DoubleClickDelta>
	<IconPath>/usr/share/icons/Numix-Circle/48/apps</IconPath>
	<IconPath>/usr/share/icons/Numix-Circle/48@2x/apps</IconPath>
	<IconPath>/usr/share/icons/Numix-Circle/scalable/apps</IconPath>
	<IconPath>/usr/share/icons/Numix/32/actions</IconPath>
	<IconPath>/usr/share/icons/Numix/32/animations</IconPath>
	<IconPath>/usr/share/icons/Numix/32/apps</IconPath>
	<IconPath>/usr/share/icons/Numix/32/categories</IconPath>
	<IconPath>/usr/share/icons/Numix/32/devices</IconPath>
	<IconPath>/usr/share/icons/Numix/32/emblems</IconPath>
	<IconPath>/usr/share/icons/Numix/32/mimetypes</IconPath>
	<IconPath>/usr/share/icons/Numix/32/places</IconPath>
	<IconPath>/usr/share/icons/Numix/32/status</IconPath>
	<IconPath>/usr/share/icons/Numix/32@2x/actions</IconPath>
	<IconPath>/usr/share/icons/Numix/32@2x/animations</IconPath>
	<IconPath>/usr/share/icons/Numix/32@2x/apps</IconPath>
	<IconPath>/usr/share/icons/Numix/32@2x/categories</IconPath>
	<IconPath>/usr/share/icons/Numix/32@2x/devices</IconPath>
	<IconPath>/usr/share/icons/Numix/32@2x/emblems</IconPath>
	<IconPath>/usr/share/icons/Numix/32@2x/mimetypes</IconPath>
	<IconPath>/usr/share/icons/Numix/32@2x/places</IconPath>
	<IconPath>/usr/share/icons/Numix/32@2x/status</IconPath>
	<IconPath>/usr/share/icons/Numix/128/actions</IconPath>
	<IconPath>/usr/share/icons/Numix/128/actions</IconPath>
	<IconPath>/usr/share/icons/Numix/128/animations</IconPath>
	<IconPath>/usr/share/icons/Numix/128/animations</IconPath>
	<IconPath>/usr/share/icons/Numix/128/apps</IconPath>
	<IconPath>/usr/share/icons/Numix/128/apps</IconPath>
	<IconPath>/usr/share/icons/Numix/128/apps</IconPath>
	<IconPath>/usr/share/icons/Numix/128/apps</IconPath>
	<IconPath>/usr/share/icons/Numix/128/apps</IconPath>
	<IconPath>/usr/share/icons/Numix/128/categories</IconPath>
	<IconPath>/usr/share/icons/Numix/128/categories</IconPath>
	<IconPath>/usr/share/icons/Numix/128/categories</IconPath>
	<IconPath>/usr/share/icons/Numix/128/categories</IconPath>
	<IconPath>/usr/share/icons/Numix/128/categories</IconPath>
	<IconPath>/usr/share/icons/Numix/128/categories</IconPath>
	<IconPath>/usr/share/icons/Numix/128/categories</IconPath>
	<IconPath>/usr/share/icons/Numix/128/devices</IconPath>
	<IconPath>/usr/share/icons/Numix/128/devices</IconPath>
	<IconPath>/usr/share/icons/Numix/128/devices</IconPath>
	<IconPath>/usr/share/icons/Numix/128/devices</IconPath>
	<IconPath>/usr/share/icons/Numix/128/devices</IconPath>
	<IconPath>/usr/share/icons/Numix/128/devices</IconPath>
	<IconPath>/usr/share/icons/Numix/128/devices</IconPath>
	<IconPath>/usr/share/icons/Numix/128/emblems</IconPath>
	<IconPath>/usr/share/icons/Numix/128/emblems</IconPath>
	<IconPath>/usr/share/icons/Numix/128/mimetypes</IconPath>
	<IconPath>/usr/share/icons/Numix/128/mimetypes</IconPath>
	<IconPath>/usr/share/icons/Numix/128/mimetypes</IconPath>
	<IconPath>/usr/share/icons/Numix/128/mimetypes</IconPath>
	<IconPath>/usr/share/icons/Numix/128/mimetypes</IconPath>
	<IconPath>/usr/share/icons/Numix/128/places</IconPath>
	<IconPath>/usr/share/icons/Numix/128/places</IconPath>
	<IconPath>/usr/share/icons/Numix/128/places</IconPath>
	<IconPath>/usr/share/icons/Numix/128/places</IconPath>
	<IconPath>/usr/share/icons/Numix/128/places</IconPath>
	<IconPath>/usr/share/icons/Numix/128/places</IconPath>
	<IconPath>/usr/share/icons/Numix/128/places</IconPath>
	<IconPath>/usr/share/icons/Numix/128/status</IconPath>
	<IconPath>/usr/share/icons/Numix/128/status</IconPath>
	<IconPath>/usr/share/icons/Numix/128@2x/actions</IconPath>
	<IconPath>/usr/share/icons/Numix/128@2x/actions</IconPath>
	<IconPath>/usr/share/icons/Numix/128@2x/actions</IconPath>
	<IconPath>/usr/share/icons/Numix/128@2x/actions</IconPath>
	<IconPath>/usr/share/icons/Numix/128@2x/actions</IconPath>
	<IconPath>/usr/share/icons/Numix/128@2x/animations</IconPath>
	<IconPath>/usr/share/icons/Numix/128@2x/animations</IconPath>
	<IconPath>/usr/share/icons/Numix/128@2x/animations</IconPath>
	<IconPath>/usr/share/icons/Numix/128@2x/apps</IconPath>
	<IconPath>/usr/share/icons/Numix/128@2x/apps</IconPath>
	<IconPath>/usr/share/icons/Numix/128@2x/apps</IconPath>
	<IconPath>/usr/share/icons/Numix/128@2x/apps</IconPath>
	<IconPath>/usr/share/icons/Numix/128@2x/apps</IconPath>
	<IconPath>/usr/share/icons/Numix/128@2x/categories</IconPath>
	<IconPath>/usr/share/icons/Numix/128@2x/categories</IconPath>
	<IconPath>/usr/share/icons/Numix/128@2x/categories</IconPath>
	<IconPath>/usr/share/icons/Numix/128@2x/categories</IconPath>
	<IconPath>/usr/share/icons/Numix/128@2x/categories</IconPath>
	<IconPath>/usr/share/icons/Numix/128@2x/categories</IconPath>
	<IconPath>/usr/share/icons/Numix/128@2x/categories</IconPath>
	<IconPath>/usr/share/icons/Numix/128@2x/categories</IconPath>
	<IconPath>/usr/share/icons/Numix/128@2x/devices</IconPath>
	<IconPath>/usr/share/icons/Numix/128@2x/devices</IconPath>
	<IconPath>/usr/share/icons/Numix/128@2x/devices</IconPath>
	<IconPath>/usr/share/icons/Numix/128@2x/devices</IconPath>
	<IconPath>/usr/share/icons/Numix/128@2x/devices</IconPath>
	<IconPath>/usr/share/icons/Numix/128@2x/devices</IconPath>
	<IconPath>/usr/share/icons/Numix/128@2x/devices</IconPath>
	<IconPath>/usr/share/icons/Numix/128@2x/devices</IconPath>
	<IconPath>/usr/share/icons/Numix/128@2x/emblems</IconPath>
	<IconPath>/usr/share/icons/Numix/128@2x/emblems</IconPath>
	<IconPath>/usr/share/icons/Numix/128@2x/emblems</IconPath>
	<IconPath>/usr/share/icons/Numix/128@2x/mimetypes</IconPath>
	<IconPath>/usr/share/icons/Numix/128@2x/mimetypes</IconPath>
	<IconPath>/usr/share/icons/Numix/128@2x/mimetypes</IconPath>
	<IconPath>/usr/share/icons/Numix/128@2x/mimetypes</IconPath>
	<IconPath>/usr/share/icons/Numix/128@2x/mimetypes</IconPath>
	<IconPath>/usr/share/icons/Numix/128@2x/places</IconPath>
	<IconPath>/usr/share/icons/Numix/128@2x/places</IconPath>
	<IconPath>/usr/share/icons/Numix/128@2x/places</IconPath>
	<IconPath>/usr/share/icons/Numix/128@2x/places</IconPath>
	<IconPath>/usr/share/icons/Numix/128@2x/places</IconPath>
	<IconPath>/usr/share/icons/Numix/128@2x/places</IconPath>
	<IconPath>/usr/share/icons/Numix/128@2x/places</IconPath>
	<IconPath>/usr/share/icons/Numix/128@2x/places</IconPath>
	<IconPath>/usr/share/icons/Numix/128@2x/status</IconPath>
	<IconPath>/usr/share/icons/Numix/128@2x/status</IconPath>
	<IconPath>/usr/share/icons/Numix/128@2x/status</IconPath>
	<IconPath>/usr/share/icons/Numix/scalable/actions</IconPath>
	<IconPath>/usr/share/icons/Numix/scalable/actions</IconPath>
	<IconPath>/usr/share/icons/Numix/scalable/actions</IconPath>
	<IconPath>/usr/share/icons/Numix/scalable/categories</IconPath>
	<IconPath>/usr/share/icons/Numix/scalable/categories</IconPath>
	<IconPath>/usr/share/icons/Numix/scalable/categories</IconPath>
	<IconPath>/usr/share/icons/Numix/scalable/categories</IconPath>
	<IconPath>/usr/share/icons/Numix/scalable/categories</IconPath>
	<IconPath>/usr/share/icons/Numix/scalable/categories</IconPath>
	<IconPath>/usr/share/icons/Numix/scalable/categories</IconPath>
	<IconPath>/usr/share/icons/Numix/scalable/devices</IconPath>
	<IconPath>/usr/share/icons/Numix/scalable/devices</IconPath>
	<IconPath>/usr/share/icons/Numix/scalable/devices</IconPath>
	<IconPath>/usr/share/icons/Numix/scalable/devices</IconPath>
	<IconPath>/usr/share/icons/Numix/scalable/devices</IconPath>
	<IconPath>/usr/share/icons/Numix/scalable/devices</IconPath>
	<IconPath>/usr/share/icons/Numix/scalable/devices</IconPath>
	<IconPath>/usr/share/icons/Numix/scalable/emblems</IconPath>
	<IconPath>/usr/share/icons/Numix/scalable/emblems</IconPath>
	<IconPath>/usr/share/icons/Numix/scalable/emblems</IconPath>
	<IconPath>/usr/share/icons/Numix/scalable/emblems</IconPath>
	<IconPath>/usr/share/icons/Numix/scalable/mimetypes</IconPath>
	<IconPath>/usr/share/icons/Numix/scalable/mimetypes</IconPath>
	<IconPath>/usr/share/icons/Numix/scalable/mimetypes</IconPath>
	<IconPath>/usr/share/icons/Numix/scalable/places</IconPath>
	<IconPath>/usr/share/icons/Numix/scalable/places</IconPath>
	<IconPath>/usr/share/icons/Numix/scalable/places</IconPath>
	<IconPath>/usr/share/icons/Numix/scalable/places</IconPath>
	<IconPath>/usr/share/icons/Numix/scalable/places</IconPath>
	<IconPath>/usr/share/icons/Numix/scalable/places</IconPath>
	<IconPath>/usr/share/icons/Numix/scalable/places</IconPath>
	<IconPath>/usr/share/icons/Numix/scalable/status</IconPath>
	<IconPath>/usr/share/icons/Numix/scalable/status</IconPath>
	<IconPath>/usr/share/icons/Numix/scalable/status</IconPath>
	<IconPath>/usr/share/icons/Numix/scalable/status</IconPath>
	<IconPath>/usr/share/icons/gnome/256x256/actions</IconPath>
	<IconPath>/usr/share/icons/gnome/256x256/apps</IconPath>
	<IconPath>/usr/share/icons/gnome/256x256/categories</IconPath>
	<IconPath>/usr/share/icons/gnome/256x256/devices</IconPath>
	<IconPath>/usr/share/icons/gnome/256x256/emblems</IconPath>
	<IconPath>/usr/share/icons/gnome/256x256/mimetypes</IconPath>
	<IconPath>/usr/share/icons/gnome/256x256/places</IconPath>
	<IconPath>/usr/share/icons/gnome/256x256/status</IconPath>
	<IconPath>/usr/share/icons/gnome/32x32/actions</IconPath>
	<IconPath>/usr/share/icons/gnome/32x32/animations</IconPath>
	<IconPath>/usr/share/icons/gnome/32x32/apps</IconPath>
	<IconPath>/usr/share/icons/gnome/32x32/categories</IconPath>
	<IconPath>/usr/share/icons/gnome/32x32/devices</IconPath>
	<IconPath>/usr/share/icons/gnome/32x32/emblems</IconPath>
	<IconPath>/usr/share/icons/gnome/32x32/mimetypes</IconPath>
	<IconPath>/usr/share/icons/gnome/32x32/places</IconPath>
	<IconPath>/usr/share/icons/gnome/32x32/status</IconPath>
	<IconPath>/usr/share/icons/gnome/scalable/actions</IconPath>
	<IconPath>/usr/share/icons/gnome/scalable/apps</IconPath>
	<IconPath>/usr/share/icons/gnome/scalable/categories</IconPath>
	<IconPath>/usr/share/icons/gnome/scalable/devices</IconPath>
	<IconPath>/usr/share/icons/gnome/scalable/emblems</IconPath>
	<IconPath>/usr/share/icons/gnome/scalable/mimetypes</IconPath>
	<IconPath>/usr/share/icons/gnome/scalable/places</IconPath>
	<IconPath>/usr/share/icons/gnome/scalable/status</IconPath>
	<IconPath>/usr/share/icons/hicolor/256x256/apps</IconPath>
	<IconPath>/usr/share/icons/hicolor/256x256/mimetypes</IconPath>
	<IconPath>/usr/share/icons/hicolor/32x32/actions</IconPath>
	<IconPath>/usr/share/icons/hicolor/32x32/apps</IconPath>
	<IconPath>/usr/share/icons/hicolor/32x32/categories</IconPath>
	<IconPath>/usr/share/icons/hicolor/32x32/devices</IconPath>
	<IconPath>/usr/share/icons/hicolor/32x32/emblems</IconPath>
	<IconPath>/usr/share/icons/hicolor/32x32/mimetypes</IconPath>
	<IconPath>/usr/share/icons/hicolor/32x32/places</IconPath>
	<IconPath>/usr/share/icons/hicolor/32x32/status</IconPath>
	<IconPath>/usr/share/icons/hicolor/512x512/apps</IconPath>
	<IconPath>/usr/share/icons/hicolor/512x512/mimetypes</IconPath>
	<IconPath>/usr/share/icons/hicolor/scalable/actions</IconPath>
	<IconPath>/usr/share/icons/hicolor/scalable/apps</IconPath>
	<IconPath>/usr/share/icons/hicolor/scalable/categories</IconPath>
	<IconPath>/usr/share/icons/hicolor/scalable/devices</IconPath>
	<IconPath>/usr/share/icons/hicolor/scalable/emblems</IconPath>
	<IconPath>/usr/share/icons/hicolor/scalable/mimetypes</IconPath>
	<IconPath>/usr/share/icons/hicolor/scalable/places</IconPath>
	<IconPath>/usr/share/icons/hicolor/scalable/status</IconPath>
	<IconPath>/usr/share/pixmaps</IconPath>
	<IconPath>/usr/share/icons</IconPath>
	<IconPath>/usr/share/app-install/icons</IconPath>
	<IconPath>$HOME/.local/share/icons/</IconPath>
	<IconPath>$HOME/.local/share/icons/hicolor</IconPath>
	<IconPath>$HOME/.local/share/icons/hicolor/128x128</IconPath>
	<IconPath>$HOME/.local/share/icons/hicolor/128x128/apps</IconPath>
	<IconPath>$HOME/.local/share/icons/hicolor/16x16</IconPath>
	<IconPath>$HOME/.local/share/icons/hicolor/16x16/apps</IconPath>
	<IconPath>$HOME/.local/share/icons/hicolor/24x24</IconPath>
	<IconPath>$HOME/.local/share/icons/hicolor/24x24/apps</IconPath>
	<IconPath>$HOME/.local/share/icons/hicolor/256x256</IconPath>
	<IconPath>$HOME/.local/share/icons/hicolor/256x256/apps</IconPath>
	<IconPath>$HOME/.local/share/icons/hicolor/32x32</IconPath>
	<DefaultIcon>torios-logo</DefaultIcon>
	<Desktops width="2" height="1">
		<Background type="image">/usr/share/backgrounds/bikini-wallpapers-15.jpg</Background>
	</Desktops>
	<StartupCommand>pcmanfm --desktop</StartupCommand>
	<StartupCommand>nice-start</StartupCommand>
	<PopupStyle>
		<Font>serif-12:antialias=true:encoding=utf8</Font>
		<Outline>#000000</Outline>
		<Foreground>#ffffff</Foreground>
		<Background>#383838</Background>
	</PopupStyle>
</JWM>

Follow ups

References