.. | ||
reactions | ||
code_patches.sh | ||
config.json | ||
fix_kick.sh | ||
greentext.patch | ||
lake.jpg | ||
message.mp3 | ||
message.ogg | ||
README.md |
Glowers Club Element Patches
This contains everything used to patch Glowers Club's Element instance. This patch does the following:
Changes messages you send starting with ">" to be chan-style greentext instead of Reddit-style block quotesNo longer works on latest Element Web. I blame Travis. PRs welcome.- Adds custom login background (replace lake.jpg with any background you want)
- Adds custom text reactions in the emoji menu (at the bottom of the "Symbols" section). Change reactions.yaml to have any you want.
- Modifies the CSS for the emoji picker so the text reactions don't overflow to other emoji
- Replaces the default config.json with the one here
- In response to Element devs renaming Kick to Remove:
- Remove has been renamed to Holocaust
- Ban has been renamed to Gas
- Custom notification sound (replace message.mp3 and message.ogg with whatever sound you want)
Dependencies
- Everything already needed to build Element Web
- jq
- yq
- patch
Instructions
git clone https://github.com/vector-im/element-web.git
cd element-web
git clone https://code.glowers.club/q/element-web-patches.git
yarn
cd element-web-patches
bash ./code_patches.sh
cd .. && yarn dist