diff options
| author | Blista Kanjo | 2022-07-16 08:23:06 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2022-07-16 08:23:06 -0400 |
| commit | ede10bca940714677b381f0a1544fb50e6258bac (patch) | |
| tree | 18bed31fc3d02e0195b198774c48296b9dbc3963 /awesome/themes/vide/theme.lua | |
| parent | 924c62db2e33d70aa3a1bd117bc2d3961084abf0 (diff) | |
refactor: replaced the arch-submenu icon and then disabled it on the right click menu
Diffstat (limited to 'awesome/themes/vide/theme.lua')
| -rw-r--r-- | awesome/themes/vide/theme.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/awesome/themes/vide/theme.lua b/awesome/themes/vide/theme.lua index 4fee45e..c65d64c 100644 --- a/awesome/themes/vide/theme.lua +++ b/awesome/themes/vide/theme.lua @@ -124,7 +124,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/arch-submenu.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. |
