Made the tasklist buttons look better

This commit is contained in:
Yessiest 2022-08-21 18:18:09 +04:00
parent 4beaea3229
commit 70491cb4ac
2 changed files with 3 additions and 2 deletions

View File

@ -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,

View File

@ -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",