aboutsummaryrefslogtreecommitdiff
path: root/.config/awesome/themes/vide/theme.lua
diff options
context:
space:
mode:
authorBlista Kanjo2023-07-20 19:37:26 -0400
committerBlista Kanjo2023-07-20 19:37:26 -0400
commite7930208e34260af8febea9c36c58eb646de47bf (patch)
treed89810f5b054718185f88f80208a81a66bf5cfae /.config/awesome/themes/vide/theme.lua
parentc354388e749a06bcd10a0c1222f6f0a25d909bf1 (diff)
fix: missing submenu icons
Diffstat (limited to '.config/awesome/themes/vide/theme.lua')
-rwxr-xr-x[-rw-r--r--].config/awesome/themes/vide/theme.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/awesome/themes/vide/theme.lua b/.config/awesome/themes/vide/theme.lua
index 252d401..146a991 100644..100755
--- 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.