added mumble and bitdefender; fixes
This commit is contained in:
parent
17b3be749c
commit
477814d80e
2 changed files with 3 additions and 1 deletions
|
|
@ -87,6 +87,7 @@ internetmenu = {
|
|||
{ "google chrome", "/usr/bin/google-chrome-stable", "/opt/google/chrome/product_logo_32.xpm" },
|
||||
{ "google earth", "/usr/bin/google-earth", "/opt/google/earth/free/product_logo_32.xpm" },
|
||||
{ "konqueror", "/usr/bin/konqueror", "/usr/share/icons/hicolor/48x48/apps/konqueror.png" },
|
||||
{ "mumble", "/usr/bin/mumble", "/usr/share/icons/hicolor/scalable/apps/mumble.svg" },
|
||||
{ "opera", "/usr/bin/opera", "/usr/share/pixmaps/opera.xpm" },
|
||||
{ "pidgin", "/usr/bin/pidgin", "/usr/share/icons/hicolor/48x48/apps/pidgin.png" },
|
||||
{ "seamonkey", "seamonkey", "/usr/share/pixmaps/seamonkey.png" },
|
||||
|
|
@ -129,6 +130,7 @@ sciencemenu = {
|
|||
}
|
||||
systemmenu = {
|
||||
{ "appearance", "/usr/bin/lxappearance", "/usr/share/icons/Adwaita/48x48/categories/preferences-desktop.png" },
|
||||
{ "bitdefender", "/usr/bin/bdgui", "/opt/BitDefender-scanner/share/doc/examples/icons/hicolor/48x48/apps/bitdefender.png" },
|
||||
{ "gparted", "/usr/bin/gparted_polkit ", "/usr/share/icons/hicolor/48x48/apps/gparted.png" },
|
||||
{ "hardinfo", "hardinfo", "/usr/share/hardinfo/pixmaps/logo.png" },
|
||||
{ "gufw", "/usr/bin/gufw", "/usr/share/icons/hicolor/scalable/apps/gufw.svg" },
|
||||
|
|
|
|||
|
|
@ -79,7 +79,7 @@ end
|
|||
|
||||
tags = {}
|
||||
for s = 1, screen.count() do
|
||||
tags[s] = awful.tag({ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 'A', 'B', 'C', 'D' }, s, layouts[1])
|
||||
tags[s] = awful.tag({ 1, 2, 3, 4, 5, 6, 7, 8, 9 }, s, layouts[1])
|
||||
end
|
||||
|
||||
-- Include the mainmenu from external file to make customisation easier
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue