diff --git a/source/rofi-icon-fetcher.c b/source/rofi-icon-fetcher.c index 0cd8e6ab..a91b5e7d 100644 --- a/source/rofi-icon-fetcher.c +++ b/source/rofi-icon-fetcher.c @@ -107,7 +107,7 @@ void rofi_icon_fetcher_init ( void ) "gnome", NULL }; - const char *themes[2] = { NULL, NULL}; + const char *themes[2] = { config.icon_theme, NULL}; rofi_icon_fetcher_data = g_malloc0(sizeof(IconFetcher));