diff --git a/themes/powerarrow/theme.lua b/themes/powerarrow/theme.lua index cfe799b..04afae4 100644 --- a/themes/powerarrow/theme.lua +++ b/themes/powerarrow/theme.lua @@ -36,8 +36,8 @@ theme.titlebar_bg_normal = "#3F3F3F" theme.titlebar_bg_focus = theme.bg_focus theme.titlebar_bg_normal = theme.bg_normal theme.titlebar_fg_focus = theme.fg_focus -theme.menu_height = dpi(32) -theme.menu_width = dpi(280) +theme.menu_height = dpi(16) +theme.menu_width = dpi(140) theme.menu_submenu_icon = theme.dir .. "/icons/submenu.png" theme.awesome_icon = theme.dir .. "/icons/awesome.png" theme.taglist_squares_sel = theme.dir .. "/icons/square_sel.png"