fullphat / snarl

When { stuff_happens(); tell_me() }
http://snarl.fullphat.net
57 stars 2 forks source link

Feature Request: Apps Icons #70

Open LeeThompson opened 5 years ago

LeeThompson commented 5 years ago

Would be awesome to be able to set icons (png/ico) for registered applications (for those that don't have one).

fullphat commented 5 years ago

You should be able to do this now by manually editing the settings.json file. I'll look to see if I can add it as an option in the Management Console as well...

LeeThompson commented 5 years ago

I did get it working on settings.json, thanks!

NOTE: In the management console (:9989) the icon image are broken (in settings.json they are file statements pointing to .ico files in a folder). It's not a big deal though.

e.g.

      "Icons": {
        "Stock": null,
        "File": "c:\\icons\\growl.ico",
        "Encoded": null,
        "App": null,
        "Resource": null,
        "Url": null,
        "Base64": null
      },
LeeThompson commented 5 years ago

A natural place to put in the console might be in "Apps" just by clicking on the icon it shows.