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:
commit
2affe3f6f5
|
@ -281,11 +281,11 @@ function taglist.taglist_label(t, args)
|
||||||
end
|
end
|
||||||
|
|
||||||
if args.shape_border_width_focus or theme.taglist_shape_border_width_focus then
|
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
|
end
|
||||||
|
|
||||||
if args.shape_border_color_focus or theme.taglist_shape_border_color_focus then
|
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
|
end
|
||||||
|
|
||||||
elseif tag.getproperty(t, "urgent") then
|
elseif tag.getproperty(t, "urgent") then
|
||||||
|
|
Loading…
Reference in New Issue