naughty: Add hicolor to the default icon path.

Ref #2533
This commit is contained in:
Emmanuel Lepage Vallee 2019-01-04 17:39:14 -05:00
parent 66b39aee35
commit d859f671a1
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ local ret = {}
ret.config = {
padding = dpi(4),
spacing = dpi(1),
icon_dirs = { "/usr/share/pixmaps/", },
icon_dirs = { "/usr/share/pixmaps/", "/usr/share/icons/hicolor" },
icon_formats = { "png", "gif" },
notify_callback = nil,
}