Skip to content

Commit

Permalink
Simple Slack is fixed! The last comment here (laCour/slack-night-mode…
Browse files Browse the repository at this point in the history
  • Loading branch information
justindwyer6 committed Mar 3, 2020
1 parent 77c4298 commit 8f6628c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ To use Simple Slack, you need to do some nerdy stuff, but it's really easy too.
First, open the *Terminal* (this is a built-in Mac application). Then copy and paste this text into the Terminal, and press `Enter`:

```
git clone https://github.com/jonathan-palumbo/simple-slack
git clone https://github.com/justin-dwyer/simple-slack
cd simple-slack
```

After you run those commands, quit the Slack application, then copy and paste this into the Terminal:

```
./slack-dark-mode.sh
./simple-slack.sh
```

Then open Slack, press `ctrl+d`, and Simple Slack should work!
1 change: 1 addition & 0 deletions event-listener.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,5 @@ document.addEventListener('DOMContentLoaded', function () {
thread.click();
}
});
}});
});
3 changes: 2 additions & 1 deletion simple-slack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ if [[ -d $OSX_SLACK_RESOURCES_DIR ]]; then
fi

SLACK_EVENT_LISTENER="event-listener.js"
SLACK_FILEPATH="$SLACK_RESOURCES_DIR/app.asar.unpacked/dist/ssb-interop.bundle.js"
# SLACK_FILEPATH="$SLACK_RESOURCES_DIR/app.asar.unpacked/dist/ssb-interop.bundle.js"
SLACK_FILEPATH="$SLACK_RESOURCES_DIR/app.asar.unpacked/dist/main-preload-entry-point.bundle.js"
THEME_FILEPATH="$SLACK_RESOURCES_DIR/simple-slack.css"
echo "Simplifying Slack... "

Expand Down

0 comments on commit 8f6628c

Please sign in to comment.