Advertisement
mattburchett

Menu RC

Jun 9th, 2011
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. mymainmenu = awful.menu({ items = { { " ", " " },
  2. { "Opera", "opera" },
  3. { "Pidgin", "pidgin" },
  4. { "Skype", "skype" },
  5. { "Sonata", "sonata" },
  6. { "TeamSpeak3", "teamspeak3" },
  7. { "Terminal", "sakura" },
  8. { "Turpial", "turpial" },
  9. { " ", " " },
  10. { "Accessories", myaccessoriesmenu, beautiful.menu_accessories },
  11. { "Arch Linux" , myarchmenu, beautiful.arch_icon },
  12. { "Games", mygamesmenu, beautiful.menu_games },
  13. { "Graphics", mygraphicsmenu, beautiful.menu_graphics },
  14. { "Internet", myinternetmenu, beautiful.menu_internet },
  15. { "Office", myofficemenu, beautiful.menu_office },
  16. { "Programming", myprogrammingmenu, beautiful.menu_programming },
  17. { "Sound & Video", mysoundmenu, beautiful.menu_sound },
  18. { "System Tools", mysystemtoolsmenu, beautiful.menu_system },
  19. { " ", " " },
  20. { "Awesome", myawesomemenu, beautiful.awesome_icon }
  21. }
  22. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement