cytopia / kali-openbox-menu

Kali-Linux menu for openbox
16 stars 6 forks source link

Kali Linux Menu for Openbox

If you use Kali Linux with Openbox and want to have the nice tools menu including icons, then you can grab it here.

NOTE:

If you want an icon-less version (for #! aka crunchbang) you can use the following command to remove the icons from the menu:

cat kali_menu.xml | sed 's/\sicon=".*"//g' > kali_menu-no_icons.xml

Requirements

rxvt-unicode

# Debian
sudo apt-get install rxvt-unicode-256color

# Ubuntu
sudo apt-get install rxvt-unicode

# Arch
sudo pacman -S rxvt-unicode

# CentOS
sudo yum install rxvt-unicode

Installation

1. Edit ~/.config/openbox/rc.xml

Find the <menu> Section (near bottom) and place <file>kali_menu.xml</file> somewhere into it.

<openbox_config>
    <menu>
        ...
        <file>kali_menu.xml</file>
        ...
    </menu>
</openbox_config>

2. Edit ~/.config/openbox/menu.xml

Place the following line at the position of the menu.xml where you want the kali menu to appear.

    <menu icon=".config/openbox/icons/kali_menu/kali-menu.png" id="/Kali"/>

3. Copy files

$ ls -l ~/.config/openbox/
total 184
drwxr-xr-x 4 cytopia cytopia  4096 Oct  8  2015 icons/
-rw-r--r-- 1 cytopia cytopia  4315 Apr  6  2015 autostart
-rw-r--r-- 1 cytopia cytopia   389 May 11  2015 environment
-rw-r--r-- 1 cytopia cytopia 75284 May 11  2015 kali_menu.xml
-rw-r--r-- 1 cytopia cytopia 47101 Nov  1  2015 menu.xml
-rw-r--r-- 1 cytopia cytopia 32618 May 11  2015 rc.xml

Todo

Currently under development... If you want to contribute, feel free.