You are not logged in.

#1 2009-01-09 12:19:06

ftornell
Member
Registered: 2008-08-18
Posts: 277
Website

obmenu help

Hi, trying to get a nice clean menu like this one by haxit: http://haxit.deviantart.com/art/MAXTOR-010109-107984071

But when using obmenu I can't create the top 2 shell, running etc...cant create top items, just items within a subfolder...?


[ logicspot.NET | mempad.org ]
Archlinux x64

Offline

#2 2009-01-09 14:04:20

SamC
Member
From: Calgary
Registered: 2008-05-13
Posts: 611
Website

Re: obmenu help

You need to edit the menu with the label "Openbox 3".

Offline

#3 2009-01-09 14:10:57

Execute_Method
Member
From: Tennessee
Registered: 2008-07-26
Posts: 105

Re: obmenu help

ftornell wrote:

Hi, trying to get a nice clean menu like this one by haxit: http://haxit.deviantart.com/art/MAXTOR-010109-107984071

But when using obmenu I can't create the top 2 shell, running etc...cant create top items, just items within a subfolder...?

To create the "top items" in obmenu, you just need to add a new item directly under the root menu.

tMTN5Mg


~/.config/openbox/menu.xml

<openbox_menu>
    <menu id="root-menu" label="OpenBox 3">
        <separator label="Ephraim"/>
        <item label="URxvt">
            <action name="Execute">
                <execute>
                    urxvt
                </execute>
            </action>
        </item>
        <item label="Firefox">
            <action name="Execute">
                <execute>
                    firefox-beta
                </execute>
            </action>
        </item>
        <item label="Thunderbird">
            <action name="Execute">
                <execute>
                    thunderbird3
                </execute>
            </action>
        </item>
        <separator/>
        <item label="Thunar">
            <action name="Execute">
                <execute>
                    thunar
                </execute>
            </action>
        </item>
        <item label="F-Spot">
            <action name="Execute">
                <execute>
                    f-spot
                </execute>
            </action>
        </item>
        <item label="irssi">
            <action name="Execute">
                <execute>
                    urxvt -geometry 64x64+20+40  -color8 white -shading 50 -e irssi
                </execute>
            </action>
        </item>
        <item label="rTorent">
            <action name="Execute">
                <execute>
                    urxvt -e rtorrent
                </execute>
            </action>
        </item>
        <separator/>
        <item label="OssXmiX">
            <action name="Execute">
                <execute>
                    ossxmix -S
                </execute>
            </action>
        </item>
        <item label="ncmpcpp">
            <action name="Execute">
                <execute>
                    urxvt -geometry 206x14+20+824 -e ncmpcpp
                </execute>
            </action>
        </item>

Offline

Board footer

Powered by FluxBB