From e7930208e34260af8febea9c36c58eb646de47bf Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Thu, 20 Jul 2023 19:37:26 -0400 Subject: fix: missing submenu icons --- .config/awesome/themes/vide/theme.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 .config/awesome/themes/vide/theme.lua (limited to '.config/awesome/themes/vide/theme.lua') diff --git a/.config/awesome/themes/vide/theme.lua b/.config/awesome/themes/vide/theme.lua old mode 100644 new mode 100755 index 252d401..146a991 --- a/.config/awesome/themes/vide/theme.lua +++ b/.config/awesome/themes/vide/theme.lua @@ -62,7 +62,7 @@ theme.taglist_squares_unsel = theme_assets.taglist_squares_unsel( -- Variables set for theming the menu: -- menu_[bg|fg]_[normal|focus] -- menu_[border_color|border_width] -theme.menu_submenu_icon = themes_path_system.."vide/submenu.png" +theme.menu_submenu_icon = themes_path_system.."default/submenu.png" theme.menu_height = dpi(20) theme.menu_width = dpi(170) @@ -123,7 +123,7 @@ theme.layout_cornerse = themes_path.."vide/layouts/cornersew.png" theme.menu_height, theme.bg_focus, theme.fg_focus ) ]]-- --- theme.awesome_icon = themes_path.."vide/arch-submenu.png" +-- theme.awesome_icon = themes_path.."vide/awesome_icon.png" -- Define the icon theme for application icons. If not set then the icons -- from /usr/share/icons and /usr/share/icons/hicolor will be used. -- cgit v1.2.3