atom-community / tool-bar

Package providing customisable toolbar for Atom
MIT License
160 stars 50 forks source link

Icons missin (again?) #280

Open Nuube opened 4 years ago

Nuube commented 4 years ago

I am on tool-bar version 1.2.0 and some (most important) icons are missing:

grafik

ericcornelissen commented 4 years ago

@Nuube did you start using v1.2.0 just recently? In that case, have a look at the release notes for v1.2.0. In short, you may need to update the icon names for ionicons icons.

If you can't figure it out on your own, could you provide some more information, like:

frank-who commented 4 years ago

Hi @ericcornelissen

I'm experiencing a similar issue, but with the Material Design set.

Here is a snippet

  {
    type:     "button"
    iconset:  "mdi"
    icon:     "file-swap"
    callback: "ruby-test:test-single"
    tooltip:  "Ruby Test: Test Single"
    style:
      color: "#FF6D67"
  }

And that's for using this icon: Material Design Icons 2020-03-02 20-39-29

Some of the icons work for example file-compare, but there is quite a few that don't work

frank-who commented 4 years ago

I'm not exactly sure what is happening, but when I manually download the font files from the repo and copy them into iconsets/mdi and restart atom it appears to be working

ericcornelissen commented 4 years ago

@franks921 that is curious, when I add that snippet to my flex-tool-bar config it adds the icon without a problem. Do you have the latest version of this package installed (v1.2.0)? And are you using any plugins to make the toolbar work?