diff options
| author | Blista Kanjo | 2023-07-20 19:37:26 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2023-07-20 19:37:26 -0400 |
| commit | e7930208e34260af8febea9c36c58eb646de47bf (patch) | |
| tree | d89810f5b054718185f88f80208a81a66bf5cfae /.config/awesome/themes/adwaita/theme.lua | |
| parent | c354388e749a06bcd10a0c1222f6f0a25d909bf1 (diff) | |
fix: missing submenu icons
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. |
