Skip to content

Instantly share code, notes, and snippets.

@jayme-github
Created February 6, 2019 11:12
Show Gist options
  • Save jayme-github/9bb1429416a6ed19d5f7aa5762e4800f to your computer and use it in GitHub Desktop.
Save jayme-github/9bb1429416a6ed19d5f7aa5762e4800f to your computer and use it in GitHub Desktop.
Resize the default Slack notification icons
#!/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