Instantly share code, notes, and snippets.
ekosinskiy
/ hide-slack-sidebar-icons
Created
November 12, 2020 13:37
— forked from ryanhatfield/hide-slack-sidebar-icons
Hide Slack Sidebar Icons
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
#! /usr/bin/env bash | |
############## | |
## | |
## A script to inject a custom style into Slack that hides the new sidebar icons. | |
## This script has very little error catching or extra debug output | |
## | |
## Run at your own risk. | |
## Anything done here can be "uninstalled" by reinstalling Slack | |
## | |
## To run Slack in debug mode, run the following: |
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
#! /usr/bin/env bash | |
############## | |
## | |
## A script to inject a custom style into Slack that hides the new sidebar icons. | |
## This script has very little error catching or extra debug output | |
## | |
## Run at your own risk. | |
## Anything done here can be "uninstalled" by reinstalling Slack | |
## | |
## To run Slack in debug mode, run the following: |