update openbox menu font size
This commit is contained in:
parent
9901b38adc
commit
b3fb578f01
|
@ -1,35 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
|
|
||||||
<openbox_menu xmlns="http://openbox.org/"
|
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
||||||
xsi:schemaLocation="http://openbox.org/
|
|
||||||
file:///usr/share/openbox/menu.xsd">
|
|
||||||
|
|
||||||
<menu id="root-menu" label="Openbox 3">
|
|
||||||
<item label="Terminal emulator">
|
|
||||||
<action name="Execute"><execute>x-terminal-emulator</execute></action>
|
|
||||||
</item>
|
|
||||||
<item label="Web browser">
|
|
||||||
<action name="Execute"><execute>x-www-browser</execute></action>
|
|
||||||
</item>
|
|
||||||
<!-- This requires the presence of the 'obamenu' package to work -->
|
|
||||||
<menu id="/Debian" />
|
|
||||||
<separator />
|
|
||||||
<menu id="applications-menu" label="Applications" execute="/usr/bin/obamenu"/>
|
|
||||||
<separator />
|
|
||||||
<item label="ObConf">
|
|
||||||
<action name="Execute"><execute>obconf</execute></action>
|
|
||||||
</item>
|
|
||||||
<item label="Reconfigure">
|
|
||||||
<action name="Reconfigure" />
|
|
||||||
</item>
|
|
||||||
<item label="Restart">
|
|
||||||
<action name="Restart" />
|
|
||||||
</item>
|
|
||||||
<separator />
|
|
||||||
<item label="Exit">
|
|
||||||
<action name="Exit" />
|
|
||||||
</item>
|
|
||||||
</menu>
|
|
||||||
|
|
||||||
</openbox_menu>
|
|
|
@ -76,7 +76,7 @@
|
||||||
</font>
|
</font>
|
||||||
<font place="MenuHeader">
|
<font place="MenuHeader">
|
||||||
<name>Cantarell</name>
|
<name>Cantarell</name>
|
||||||
<size>9</size>
|
<size>10</size>
|
||||||
<!-- font size in points -->
|
<!-- font size in points -->
|
||||||
<weight>Normal</weight>
|
<weight>Normal</weight>
|
||||||
<!-- 'bold' or 'normal' -->
|
<!-- 'bold' or 'normal' -->
|
||||||
|
@ -85,7 +85,7 @@
|
||||||
</font>
|
</font>
|
||||||
<font place="MenuItem">
|
<font place="MenuItem">
|
||||||
<name>Cantarell</name>
|
<name>Cantarell</name>
|
||||||
<size>9</size>
|
<size>10</size>
|
||||||
<!-- font size in points -->
|
<!-- font size in points -->
|
||||||
<weight>Normal</weight>
|
<weight>Normal</weight>
|
||||||
<!-- 'bold' or 'normal' -->
|
<!-- 'bold' or 'normal' -->
|
||||||
|
|
Loading…
Reference in New Issue