Skip to content

Instantly share code, notes, and snippets.

@martijnboers
Created March 11, 2016 08:40
Show Gist options
  • Save martijnboers/614cb36bd070c4442f1f to your computer and use it in GitHub Desktop.
Save martijnboers/614cb36bd070c4442f1f to your computer and use it in GitHub Desktop.
cd /usr/share/slack/resources/app.asar.unpacked/static;
killall slack;
sudo convert -resize 18x18 slack-taskbar-highlight.png slack-taskbar-highlight.png;
sudo convert -resize 18x18 slack-taskbar-unread.png slack-taskbar-unread.png;
sudo convert -resize 18x18 slack-taskbar-rest.png slack-taskbar-rest.png;
@martijnboers
Copy link
Author

Because not everyone likes their HUGE icon in the taskbar

@xcidar
Copy link

xcidar commented Jan 23, 2019

There is a problem with the path on kubuntu. There should be /usr/lib instead of usr/share

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment