-
-
Save xaosaki/bcf99ce41a8e5e79ac7e1a6ecd5ddff1 to your computer and use it in GitHub Desktop.
Thanks @xaosaki, this worked for me.
However I noticed that the result added alot of space between each item in the side bar, thus making my side bar much longer than usual. Is there a way to tweak this to shrink it again?
Guide:
- install node.js https://nodejs.org/en/ (Select LTS version) (Download and follow instructions)
- open terminal (call spotlight write
ter
and you will see autocomplete).- write in terminal
touch slack.sh
(enter)- write
open .
(enter) -> will open finder- open file
slack.sh
with any text editor.- paste body of this gist there (save)
- back in terminal and write
sudo bash slack.sh
(enter)- it will ask you about password, enter password and enter
- Profit!
You can restore all back any time, just reinstall Slack.
Does anyone know how to do this but on Windows?
THANK YOU, and to all of the devs who hacked this so I didn't have to. I really tried to give the new UI a chance, but the avatars make the sidebar too busy; it's an accessibility issue for some of us more neuroatypical types. At least the MacOS users in my co. can deal with this, and there's enough info in the script to tweak Linux AFAICT; Now to cobble together a technique for Windows and we're golden. KUDOS!!
@c133 I found this gist through another one: https://gist.github.com/joshua-turner/9310780782f6526fc8717d6798a4d4b9
The way shown there should work on Windows, but it won't persist. If you can find out how to edit preload.bundle.js
for Windows Slack, you could adjust the script above.
Guide:
ter
and you will see autocomplete).touch slack.sh
(enter)open .
(enter) -> will open finderslack.sh
with any text editor.sudo bash slack.sh
(enter)You can restore all back any time, just reinstall Slack.