pass tag icon directly to imagebox
so that svg icons can be rendered with rsvg
This commit is contained in:
parent
3a542219f3
commit
c3c41bed2f
|
@ -49,7 +49,6 @@ local common = require("awful.widget.common")
|
|||
local tag = require("awful.tag")
|
||||
local beautiful = require("beautiful")
|
||||
local fixed = require("wibox.layout.fixed")
|
||||
local surface = require("gears.surface")
|
||||
local timer = require("gears.timer")
|
||||
local gcolor = require("gears.color")
|
||||
local gstring = require("gears.string")
|
||||
|
@ -372,7 +371,7 @@ function taglist.taglist_label(t, args)
|
|||
end
|
||||
if not taglist_disable_icon then
|
||||
if t.icon then
|
||||
icon = surface.load(t.icon)
|
||||
icon = t.icon
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue