icon: ICON ICON ICON.

oi oi oi
master
Alastair Poole 3 years ago
parent 74d7a1f40e
commit a40c535729
  1. BIN
      data/images/e.png
  2. BIN
      data/images/menu.png
  3. 1
      data/images/meson.build
  4. 2
      src/bin/ui/ui.c

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

@ -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'))

@ -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";

Loading…
Cancel
Save