40 lines
950 B
XML
40 lines
950 B
XML
<?xml version="1.0"?>
|
|
<!-- This file should be copied to .config/mpanel/mpanelrc -->
|
|
<Panel>
|
|
<Module>
|
|
<!-- !!! We keep track of modules using ID - so do not remove ID !!! -->
|
|
<StartButton ID="0">
|
|
<Stripe Color="#000000">
|
|
@CMAKE_INSTALL_FULL_DATAROOTDIR@/mpanel/mde-stripe.png
|
|
</Stripe>
|
|
<Menu>
|
|
<Application Name="Applications" />
|
|
<Separator />
|
|
<Execute Name="Terminal">uxterm</Execute>
|
|
<Separator />
|
|
<LogOff Name="Log Off" />
|
|
<ShutDown Name="Shut Down" />
|
|
<Reboot Name="Reboot" />
|
|
</Menu>
|
|
</StartButton>
|
|
|
|
<Separator ID="1" />
|
|
|
|
<Launcher ID="2">
|
|
<Execute Icon="firefox">firefox</Execute>
|
|
<Execute Icon="terminal">uxterm</Execute>
|
|
<Execute Icon="gimp">gimp</Execute>
|
|
<Execute Icon="unknown">xmms</Execute>
|
|
<Execute Icon="mbiff">mbiff</Execute>
|
|
</Launcher>
|
|
|
|
<Separator ID="3" />
|
|
|
|
<TaskBar ID="4">
|
|
</TaskBar>
|
|
|
|
<Separator ID="5" />
|
|
|
|
<Time ID="6" />
|
|
</Module>
|
|
</Panel>
|