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