From 70491cb4ac4b16e58412dc27c885acfc920c8a89 Mon Sep 17 00:00:00 2001 From: Yessiest Date: Sun, 21 Aug 2022 18:18:09 +0400 Subject: [PATCH] Made the tasklist buttons look better --- themes/reno98/theme.lua | 2 +- widgets/tasklist.lua | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/themes/reno98/theme.lua b/themes/reno98/theme.lua index 9bc3be9..020730f 100644 --- a/themes/reno98/theme.lua +++ b/themes/reno98/theme.lua @@ -356,7 +356,7 @@ theme.widgets = { }, tasklist = { button = { - width = 140, + width = 160, height = 50, bgimage_focus = theme.bgimage_inset, bgimage_normal = theme.bgimage_outset, diff --git a/widgets/tasklist.lua b/widgets/tasklist.lua index c688600..d113e09 100644 --- a/widgets/tasklist.lua +++ b/widgets/tasklist.lua @@ -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",