mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-16 07:47:22 +01:00
Add categories path to icon lookup (#2224)
In #2112 the way of loading category icons was changed to use utils.lookup_icon. However this function does not look in the categories paths where the categories icons are located, and so the category icons are no longer being displayed.
This commit is contained in:
parent
bed7abf5d1
commit
e8c23bd9e7
1 changed files with 3 additions and 0 deletions
|
@ -208,6 +208,9 @@ local function get_icon_lookup_path()
|
|||
table.insert(app_in_theme_paths,
|
||||
glib.build_filenamev({ icon_theme_directory,
|
||||
size, 'apps' }))
|
||||
table.insert(app_in_theme_paths,
|
||||
glib.build_filenamev({ icon_theme_directory,
|
||||
size, 'categories' }))
|
||||
end
|
||||
end
|
||||
add_if_readable(icon_lookup_path, app_in_theme_paths)
|
||||
|
|
Loading…
Reference in a new issue