Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- mymainmenu = awful.menu({ items = { { " ", " " },
- { "Opera", "opera" },
- { "Pidgin", "pidgin" },
- { "Skype", "skype" },
- { "Sonata", "sonata" },
- { "TeamSpeak3", "teamspeak3" },
- { "Terminal", "sakura" },
- { "Turpial", "turpial" },
- { " ", " " },
- { "Accessories", myaccessoriesmenu, beautiful.menu_accessories },
- { "Arch Linux" , myarchmenu, beautiful.arch_icon },
- { "Games", mygamesmenu, beautiful.menu_games },
- { "Graphics", mygraphicsmenu, beautiful.menu_graphics },
- { "Internet", myinternetmenu, beautiful.menu_internet },
- { "Office", myofficemenu, beautiful.menu_office },
- { "Programming", myprogrammingmenu, beautiful.menu_programming },
- { "Sound & Video", mysoundmenu, beautiful.menu_sound },
- { "System Tools", mysystemtoolsmenu, beautiful.menu_system },
- { " ", " " },
- { "Awesome", myawesomemenu, beautiful.awesome_icon }
- }
- })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement