An open API service indexing awesome lists of open source software.

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

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)