Created
February 6, 2019 11:12
-
-
Save jayme-github/9bb1429416a6ed19d5f7aa5762e4800f to your computer and use it in GitHub Desktop.
Resize the default Slack notification icons
This file contains 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
#!/bin/bash | |
# Slack default icons seem to big for KDEs taskbar (64x64px, don't know why KDE does not scale them down automatically). | |
# To fix that (being able to see notification bubbles again!), simply resize the icons. | |
# For me 24x24px is optimal. | |
sudo mogrify -resize 24x24 /usr/lib/slack/resources/app.asar.unpacked/src/static/slack-taskbar-*.png |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment