Advertisement
hackloper775

Ejemplo Lua4

Nov 15th, 2012
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.31 KB | None | 0 0
  1. mymainmenu = awful.menu.new({ items = {
  2.                     { "Editores", editores, beautiful.awesome_icon },
  3.                     { "Firefox", firefox, beautiful.awesome_icon },
  4.                                         { "awesome", myawesomemenu, beautiful.awesome_icon }
  5.                                        }
  6.                              })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement