added stuff to the menu and aligned the menu width
This commit is contained in:
parent
14894e2dbe
commit
1c1a0ad7fa
2 changed files with 8 additions and 2 deletions
|
|
@ -161,6 +161,8 @@ developmentmenu = {
|
|||
"/usr/share/icons/hicolor/48x48/apps/eclipse.png" },
|
||||
{ "intellij", "/usr/bin/idea.sh",
|
||||
"/usr/share/pixmaps/idea.png" },
|
||||
{ "monodevelop", "/usr/bin/monodevelop",
|
||||
"/usr/share/icons/hicolor/48x48/apps/monodevelop.png" },
|
||||
{ "netbeans", "/usr/bin/netbeans",
|
||||
"/usr/share/pixmaps/netbeans.png" },
|
||||
{ "pycharm", "/usr/bin/pycharm",
|
||||
|
|
@ -182,6 +184,8 @@ gamesmenu = {
|
|||
graphicsmenu = {
|
||||
{ "gimp", "/usr/bin/gimp",
|
||||
"/usr/share/icons/hicolor/48x48/apps/gimp.png" },
|
||||
{ "inkscape", "/usr/bin/inkscape",
|
||||
"/usr/share/icons/hicolor/48x48/apps/inkscape.png" },
|
||||
}
|
||||
internetmenu = {
|
||||
{ "chromium", "/usr/bin/chromium",
|
||||
|
|
@ -229,9 +233,11 @@ sciencemenu = {
|
|||
|
||||
}
|
||||
systemmenu = {
|
||||
{ "apache directory studio", "/usr/bin/apachedirectorystudio",
|
||||
"/opt/ApacheDirectoryStudio/ApacheDirectoryStudio.xpm" },
|
||||
-- { "gufw", "/usr/bin/gufw" },
|
||||
{ "virtualbox", "/usr/bin/virtualbox",
|
||||
"/usr/share/icons/hicolor/48x48/apps/virtualbox.png" },
|
||||
"/usr/share/pixmaps/VBox.png" },
|
||||
{ "wireshark", "/usr/bin/wireshark",
|
||||
"/usr/share/icons/hicolor/48x48/apps/wireshark.png" },
|
||||
}
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ theme.taglist_squares_unsel = "~/.config/awesome/themes/hanez/taglist/squarew.pn
|
|||
-- menu_[border_color|border_width]
|
||||
theme.menu_submenu_icon = theme.icon_path.."actions/media-playback-start.png"
|
||||
theme.menu_height = 22
|
||||
theme.menu_width = 140
|
||||
theme.menu_width = 162
|
||||
|
||||
-- You can add as many variables as
|
||||
-- you wish and access them by using
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue