{
  "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": "figital",
      "item": [
        {
          "-label": "xterm",
          "action": {
            "-name": "Execute",
            "execute": "x-terminal-emulator"
          }
        },
        {
          "-label": "bullseye easygui",
          "action": {
            "-name": "Execute",
            "execute": "python ~/easy.py"
          }
        },
        {
          "-label": "geany",
          "action": {
            "-name": "Execute",
            "execute": "geany"
          }
        },
        {
          "-label": "leafpad",
          "action": {
            "-name": "Execute",
            "execute": "leafpad"
          }
        },
        {
          "-label": "tilda",
          "action": {
            "-name": "Execute",
            "execute": "tilda"
          }
        },
        {
          "-label": "thunar",
          "action": {
            "-name": "Execute",
            "execute": "thunar"
          }
        },
        {
          "-label": "chromium-browser lol",
          "action": {
            "-name": "Execute",
            "execute": "chromium-browser"
          }
        },
        {
          "-label": "wpa_gui",
          "action": {
            "-name": "Execute",
            "execute": "sudo wpa_gui"
          }
        },
        {
          "-label": "obmenu",
          "action": {
            "-name": "Execute",
            "execute": "obmenu"
          }
        },
        {
          "-label": "obconf",
          "action": {
            "-name": "Execute",
            "execute": "obconf"
          }
        },
        {
          "-label": "Reconfigure",
          "action": { "-name": "Reconfigure" }
        },
        {
          "-label": "Restart",
          "action": { "-name": "Restart" }
        },
        {
          "-label": "Exit",
          "action": { "-name": "Exit" }
        }
      ],
      "menu": {
        "-id": "root-menu-935920",
        "-label": "Colors",
        "menu": [
          {
            "-id": "menu-orange",
            "-label": "orange",
            "item": {
              "-label": "leafpad",
              "action": {
                "-name": "Execute",
                "execute": "leafpad"
              }
            }
          },
          {
            "-id": "menu-red",
            "-label": "red",
            "item": {
              "-label": "leafpad",
              "action": {
                "-name": "Execute",
                "execute": "leafpad"
              }
            }
          },
          {
            "-id": "menu-blue",
            "-label": "blue",
            "menu": [
              {
                "-id": "menu-skyblue",
                "-label": "sky-blue",
                "item": {
                  "-label": "New Item",
                  "action": {
                    "-name": "Execute",
                    "execute": "command"
                  }
                }
              },
              {
                "-id": "menu-cadetblue",
                "-label": "cadet-blue",
                "item": {
                  "-label": "New Item",
                  "action": {
                    "-name": "Execute",
                    "execute": "command"
                  }
                }
              }
            ],
            "item": {
              "-label": "New Item",
              "action": {
                "-name": "Execute",
                "execute": "command"
              }
            }
          }
        ]
      }
    }
  }
}
