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" },
|
"/usr/share/icons/hicolor/48x48/apps/eclipse.png" },
|
||||||
{ "intellij", "/usr/bin/idea.sh",
|
{ "intellij", "/usr/bin/idea.sh",
|
||||||
"/usr/share/pixmaps/idea.png" },
|
"/usr/share/pixmaps/idea.png" },
|
||||||
|
{ "monodevelop", "/usr/bin/monodevelop",
|
||||||
|
"/usr/share/icons/hicolor/48x48/apps/monodevelop.png" },
|
||||||
{ "netbeans", "/usr/bin/netbeans",
|
{ "netbeans", "/usr/bin/netbeans",
|
||||||
"/usr/share/pixmaps/netbeans.png" },
|
"/usr/share/pixmaps/netbeans.png" },
|
||||||
{ "pycharm", "/usr/bin/pycharm",
|
{ "pycharm", "/usr/bin/pycharm",
|
||||||
|
|
@ -182,6 +184,8 @@ gamesmenu = {
|
||||||
graphicsmenu = {
|
graphicsmenu = {
|
||||||
{ "gimp", "/usr/bin/gimp",
|
{ "gimp", "/usr/bin/gimp",
|
||||||
"/usr/share/icons/hicolor/48x48/apps/gimp.png" },
|
"/usr/share/icons/hicolor/48x48/apps/gimp.png" },
|
||||||
|
{ "inkscape", "/usr/bin/inkscape",
|
||||||
|
"/usr/share/icons/hicolor/48x48/apps/inkscape.png" },
|
||||||
}
|
}
|
||||||
internetmenu = {
|
internetmenu = {
|
||||||
{ "chromium", "/usr/bin/chromium",
|
{ "chromium", "/usr/bin/chromium",
|
||||||
|
|
@ -229,9 +233,11 @@ sciencemenu = {
|
||||||
|
|
||||||
}
|
}
|
||||||
systemmenu = {
|
systemmenu = {
|
||||||
|
{ "apache directory studio", "/usr/bin/apachedirectorystudio",
|
||||||
|
"/opt/ApacheDirectoryStudio/ApacheDirectoryStudio.xpm" },
|
||||||
-- { "gufw", "/usr/bin/gufw" },
|
-- { "gufw", "/usr/bin/gufw" },
|
||||||
{ "virtualbox", "/usr/bin/virtualbox",
|
{ "virtualbox", "/usr/bin/virtualbox",
|
||||||
"/usr/share/icons/hicolor/48x48/apps/virtualbox.png" },
|
"/usr/share/pixmaps/VBox.png" },
|
||||||
{ "wireshark", "/usr/bin/wireshark",
|
{ "wireshark", "/usr/bin/wireshark",
|
||||||
"/usr/share/icons/hicolor/48x48/apps/wireshark.png" },
|
"/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]
|
-- menu_[border_color|border_width]
|
||||||
theme.menu_submenu_icon = theme.icon_path.."actions/media-playback-start.png"
|
theme.menu_submenu_icon = theme.icon_path.."actions/media-playback-start.png"
|
||||||
theme.menu_height = 22
|
theme.menu_height = 22
|
||||||
theme.menu_width = 140
|
theme.menu_width = 162
|
||||||
|
|
||||||
-- You can add as many variables as
|
-- You can add as many variables as
|
||||||
-- you wish and access them by using
|
-- you wish and access them by using
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue