menubar: icon_formats: svg is supported

This commit is contained in:
Daniel Hahler 2015-02-09 19:49:01 +01:00
parent d25e15001f
commit dc41e62f9a
1 changed files with 2 additions and 3 deletions

View File

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