Merge pull request #1409 from Veratil/taglist-shape-focus

taglist_shape_border_width_focus and taglist_shape_border_color_focus…
This commit is contained in:
Emmanuel Lepage Vallée 2017-01-16 23:39:04 -05:00 committed by GitHub
commit 2affe3f6f5
1 changed files with 2 additions and 2 deletions

View File

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