Lot of fixes and updates.

This commit is contained in:
Johannes Findeisen 2023-02-06 04:02:01 +01:00
commit 1a17f0b600
3 changed files with 6 additions and 4 deletions

View file

@ -31,6 +31,7 @@ communicationmenu = {
{ "pidgin", "/usr/bin/pidgin", "/usr/share/icons/hicolor/scalable/apps/pidgin.svg" },
{ "signal", "/usr/bin/signal-desktop-beta", "/usr/share/icons/hicolor/48x48/apps/signal-desktop-beta.png" },
{ "skype", "/usr/bin/skypeforlinux", "/usr/share/pixmaps/skypeforlinux.png" },
{ "slack", "/usr/bin/slack", "/usr/share/pixmaps/slack.png" },
{ "teams", "/usr/bin/teams", "/usr/share/pixmaps/teams.png" },
{ "telegram", "/usr/bin/telegram-desktop", "/usr/share/icons/hicolor/48x48/apps/telegram.png" },
{ "webes", "/usr/bin/webex", "/opt/Webex/bin/sparklogosmall.png" },
@ -143,6 +144,7 @@ internetmenu = {
{ "firefox (private)", "/usr/bin/firefox --private-window", "/usr/share/icons/hicolor/48x48/apps/firefox.png" },
{ "google earth", "/usr/bin/google-earth-pro", "/opt/google/earth/pro/product_logo_32.xpm" },
{ "mega", "/usr/bin/megasync", "/usr/share/icons/hicolor/48x48/apps/mega.png" },
{ "nextcloud", "/usr/bin/nextcloud", "/usr/share/icons/hicolor/48x48/apps/Nextcloud.png" },
{ "opera", "/usr/bin/opera", "/usr/share/pixmaps/opera.xpm" },
{ "qietrss", "/usr/bin/qietrss", "/usr/share/icons/hicolor/48x48/apps/quiterss.png" },
{ "seamonkey", "/usr/bin/seamonkey", "/usr/share/pixmaps/seamonkey.png" },

View file

@ -127,7 +127,7 @@ local function client_menu_toggle_fn()
instance:hide()
instance = nil
else
instance = awful.menu.clients({ theme = { width = 250 } })
instance = awful.menu.clients({ theme = { width = 500 } })
end
end
end

View file

@ -24,7 +24,7 @@ theme.border_marked = "#91231c"
theme.icon_theme = "Adwaita"
theme.icon_size = "22x22"
theme.icon_path = "/usr/share/icons/"..theme.icon_theme.."/"..theme.icon_size.."/legacy/"
theme.notification_icon_size = 100;
theme.notification_icon_size = 80;
theme.wallpaper = os.getenv("HOME").."/.config/awesome/themes/hanez/31c3-saal-3.jpg"
theme.awesome_icon = os.getenv("HOME").."/.config/awesome/themes/hanez/awesome.png"
@ -50,8 +50,8 @@ theme.menu_fg_focus = "#222222"
-- theme.menu_border_color = "#e95421"
-- theme.menu_border_width = 1
theme.menu_submenu_icon = theme.icon_path.."actions/media-playback-start.png"
theme.menu_height = 22
theme.menu_width = 182
theme.menu_height = 30
theme.menu_width = 250
-- You can add as many variables as
-- you wish and access them by using