icon: ICON ICON ICON.

oi oi oi
This commit is contained in:
Alastair Poole 2020-10-28 21:15:37 +00:00
parent 74d7a1f40e
commit a40c535729
4 changed files with 3 additions and 0 deletions

BIN
data/images/e.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -10,4 +10,5 @@ install_data('go-up.png', 'go-down.png',
'sky_04.jpg', 'effects.png',
'clo.png', 'bolt.png', 'menu.png',
'lovethisdogharvey.png', 'application.png',
'e.png',
install_dir: join_paths(dir_data, 'evisum/images'))

View File

@ -367,6 +367,8 @@ _icon_cache_find(Ui *ui, const char *cmd)
exists = eina_hash_find(ui->icon_cache, cmd);
if (exists) return exists;
if (!strncmp(cmd, "enlightenment", 13)) return "e";
e = efreet_util_desktop_exec_find(cmd);
if (!e)
return "application";