mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2026-03-23 14:05:11 +00:00
Fix menu height and length
This commit is contained in:
parent
6e1f97e245
commit
5dda380c87
|
|
@ -36,8 +36,8 @@ theme.titlebar_bg_normal = "#3F3F3F"
|
||||||
theme.titlebar_bg_focus = theme.bg_focus
|
theme.titlebar_bg_focus = theme.bg_focus
|
||||||
theme.titlebar_bg_normal = theme.bg_normal
|
theme.titlebar_bg_normal = theme.bg_normal
|
||||||
theme.titlebar_fg_focus = theme.fg_focus
|
theme.titlebar_fg_focus = theme.fg_focus
|
||||||
theme.menu_height = dpi(32)
|
theme.menu_height = dpi(16)
|
||||||
theme.menu_width = dpi(280)
|
theme.menu_width = dpi(140)
|
||||||
theme.menu_submenu_icon = theme.dir .. "/icons/submenu.png"
|
theme.menu_submenu_icon = theme.dir .. "/icons/submenu.png"
|
||||||
theme.awesome_icon = theme.dir .. "/icons/awesome.png"
|
theme.awesome_icon = theme.dir .. "/icons/awesome.png"
|
||||||
theme.taglist_squares_sel = theme.dir .. "/icons/square_sel.png"
|
theme.taglist_squares_sel = theme.dir .. "/icons/square_sel.png"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue