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
# !!!! make sure asar is available !!! | |
# npm install -g asar | |
# remove these to start afresh | |
rm -rf /Applications/Slack.app/Contents/Resources/app | |
rm -rf /Applications/Slack.app/Contents/Resources/app.asar.bak.unpacked | |
mv /Applications/Slack.app/Contents/Resources/app.asar /Applications/Slack.app/Contents/Resources/app.asar.bak 2>/dev/null | |
# asar needs the .unpacked dir to extract properly and we can just copy this one | |
cp -r /Applications/Slack.app/Contents/Resources/app.asar.unpacked /Applications/Slack.app/Contents/Resources/app.asar.bak.unpacked |
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
.c-mrkdwn__broadcast--mention, | |
.p-classic_nav__right__search__placeholder{ | |
color: #555; | |
} | |
.channel_header, #col_messages, | |
#client_body:not(.onboarding):not(.feature_global_nav_layout):before, | |
#footer { | |
box-shadow: inset 1px 0 0 0 #555 !important; | |
} |