https://github.com/binaryquantumsoul/signal-theme-injector
Bash script to inject custom css into Signal Desktop
https://github.com/binaryquantumsoul/signal-theme-injector
Last synced: 17 days ago
JSON representation
Bash script to inject custom css into Signal Desktop
- Host: GitHub
- URL: https://github.com/binaryquantumsoul/signal-theme-injector
- Owner: BinaryQuantumSoul
- License: gpl-3.0
- Created: 2025-05-17T12:29:32.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-05-17T12:45:07.000Z (about 1 month ago)
- Last Synced: 2025-05-17T13:47:52.720Z (about 1 month ago)
- Language: Shell
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Signal Desktop theme injector
Bash script to inject custom css into Signal Desktop. Inspired by [signal-themer](https://github.com/ofcoursenp/signal-themer) and [signal-desktop](https://github.com/CalfMoon/signal-desktop).## Installation
1. Install `@electron/asar` from npm
```bash
npm install -g @electron/asar
```
2. Download the bash script and `chmod +x` it
3. Put your theme files in `./themes`.
You can find themes [here](https://github.com/CalfMoon/signal-desktop/tree/main/themes) and [here](https://github.com/ofcoursenp/signal-themer/tree/main/themes)## Usage
1. Kill Signal (important !)
2. Run script
```bash
./theme_signal.sh
```
3. Run Signal## Credits
- [CalfMoon](https://github.com/CalfMoon)
- [ofcoursenp](https://github.com/ofcoursenp)