mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2024-12-22 19:22:32 +00:00
holo: set menu icon size
This commit is contained in:
parent
982f91b55f
commit
a612ccc1af
|
@ -102,6 +102,7 @@ myawesomemenu = {
|
||||||
{ "quit", function() awesome.quit() end }
|
{ "quit", function() awesome.quit() end }
|
||||||
}
|
}
|
||||||
mymainmenu = freedesktop.menu.build({
|
mymainmenu = freedesktop.menu.build({
|
||||||
|
icon_size = 32,
|
||||||
before = {
|
before = {
|
||||||
{ "Awesome", myawesomemenu, beautiful.awesome_icon_white },
|
{ "Awesome", myawesomemenu, beautiful.awesome_icon_white },
|
||||||
-- other triads can be put here
|
-- other triads can be put here
|
||||||
|
|
Loading…
Reference in a new issue