Created
March 11, 2016 08:40
-
-
Save martijnboers/614cb36bd070c4442f1f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is a problem with the path on kubuntu. There should be /usr/lib instead of usr/share