Browse Source

Made the tasklist buttons look better

master
Yessiest 2 years ago
parent
commit
70491cb4ac
  1. 2
      themes/reno98/theme.lua
  2. 3
      widgets/tasklist.lua

2
themes/reno98/theme.lua

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

3
widgets/tasklist.lua

@ -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…
Cancel
Save