diff options
Diffstat (limited to '.config/awesome/themes/adwaita/theme.lua')
| -rwxr-xr-x[-rw-r--r--] | .config/awesome/themes/adwaita/theme.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/awesome/themes/adwaita/theme.lua b/.config/awesome/themes/adwaita/theme.lua index 2988837..42ec3c3 100644..100755 --- a/.config/awesome/themes/adwaita/theme.lua +++ b/.config/awesome/themes/adwaita/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.."adwaita/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.."adwaita/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.."adwaita/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. |
