menubar: icon_formats: svg is supported
This commit is contained in:
parent
d25e15001f
commit
dc41e62f9a
|
@ -49,9 +49,8 @@ local all_icon_sizes = {
|
||||||
'16x16'
|
'16x16'
|
||||||
}
|
}
|
||||||
|
|
||||||
-- List of supported icon formats. Ignore SVG because Awesome doesn't
|
-- List of supported icon formats.
|
||||||
-- support it.
|
local icon_formats = { "png", "xpm", "svg" }
|
||||||
local icon_formats = { "png", "xpm" }
|
|
||||||
|
|
||||||
-- Check whether the icon format is supported.
|
-- Check whether the icon format is supported.
|
||||||
-- @param icon_file Filename of the icon.
|
-- @param icon_file Filename of the icon.
|
||||||
|
|
Loading…
Reference in New Issue