From 44e0ea5681703e2c022049df534817c58779e1a3 Mon Sep 17 00:00:00 2001 From: Kevin Zander Date: Mon, 16 Jan 2017 11:18:47 -0600 Subject: [PATCH] taglist_shape_border_width_focus and taglist_shape_border_color_focus are not put into the correct variables --- lib/awful/widget/taglist.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/awful/widget/taglist.lua b/lib/awful/widget/taglist.lua index 86a2ea9e..3b1e6d86 100644 --- a/lib/awful/widget/taglist.lua +++ b/lib/awful/widget/taglist.lua @@ -281,11 +281,11 @@ function taglist.taglist_label(t, args) end if args.shape_border_width_focus or theme.taglist_shape_border_width_focus then - shape = args.shape_border_width_focus or theme.taglist_shape_border_width_focus + shape_border_width = args.shape_border_width_focus or theme.taglist_shape_border_width_focus end if args.shape_border_color_focus or theme.taglist_shape_border_color_focus then - shape = args.shape_border_color_focus or theme.taglist_shape_border_color_focus + shape_border_color = args.shape_border_color_focus or theme.taglist_shape_border_color_focus end elseif tag.getproperty(t, "urgent") then