You are not logged in.

#1 2008-03-31 01:55:49

Sjoden
Member
From: WA
Registered: 2007-08-16
Posts: 380
Website

[SOLVED] OpenBox3 menu title

I can't figure out how to get the openbox  menu title to disapear, so that it will only show the programs. I'm using the Dyne theme from Lyrae on box-look.org, and the screenshots don't show a menu title, but mine does. The arch.blue theme works correctly and doesn't show the title. I copied what I thought was the right section from the themerc file from arch.blue to dyne, reinstalled it as dyne-custom and it didn't work. Any ideas?

-Zack

Last edited by Sjoden (2008-03-31 03:16:34)

Offline

#2 2008-03-31 02:23:35

thayer
Fellow
From: Vancouver, BC
Registered: 2007-05-20
Posts: 1,560
Website

Re: [SOLVED] OpenBox3 menu title

At the top of ~/.config/openbox/menu.xml, look for this:

<?xml version="1.0" encoding="UTF-8"?>
<openbox_menu>
    <menu id="root-menu" label="OpenBox 3">
    <separator label="Openbox" />
        ...

What you want to do is comment out or remove the <separator /> tag, like so:

<?xml version="1.0" encoding="UTF-8"?>
<openbox_menu>
    <menu id="root-menu" label="OpenBox 3">
    <!-- <separator label="Openbox" /> -->
        ...

Alternatively, if you'd like to show the separator, but omit a label, just remove the text in the label string:

<?xml version="1.0" encoding="UTF-8"?>
<openbox_menu>
    <menu id="root-menu" label="OpenBox 3">
    <separator label="" />
        ...

thayer williams ~ cinderwick.ca

Offline

#3 2008-03-31 02:49:32

Sjoden
Member
From: WA
Registered: 2007-08-16
Posts: 380
Website

Re: [SOLVED] OpenBox3 menu title

Thank you Thayer, just what I wanted!

-Zack

Offline

Board footer

Powered by FluxBB