Made the tasklist buttons look better
This commit is contained in:
parent
4beaea3229
commit
70491cb4ac
|
@ -356,7 +356,7 @@ theme.widgets = {
|
||||||
},
|
},
|
||||||
tasklist = {
|
tasklist = {
|
||||||
button = {
|
button = {
|
||||||
width = 140,
|
width = 160,
|
||||||
height = 50,
|
height = 50,
|
||||||
bgimage_focus = theme.bgimage_inset,
|
bgimage_focus = theme.bgimage_inset,
|
||||||
bgimage_normal = theme.bgimage_outset,
|
bgimage_normal = theme.bgimage_outset,
|
||||||
|
|
|
@ -35,7 +35,8 @@ return function(args)
|
||||||
(not args.vertical) and t.textbox({
|
(not args.vertical) and t.textbox({
|
||||||
id = "text_role"
|
id = "text_role"
|
||||||
}),
|
}),
|
||||||
layout = wibox.layout.fixed.horizontal
|
layout = wibox.layout.fixed.horizontal,
|
||||||
|
spacing = style.button.spacing
|
||||||
},
|
},
|
||||||
widget = wibox.container.constraint,
|
widget = wibox.container.constraint,
|
||||||
strategy="exact",
|
strategy="exact",
|
||||||
|
|
Loading…
Reference in New Issue