A script for injecting theme into signal-desktop.
- python
- python-pip
- pipx
- Install applications in requirements section if you don't have them. Guide
- Install this script with
pipx install signal-themer
Note: Running this script requires sudo permission in linux. If you are unsure about this, the script is only a few lines and you can go thorough it really quickly.
- Close signal. (including from tray)
- Run
sudo signal-themer <path/to/theme.css>
- Launch Signal and enjoy!
- Close signal. (including from tray)
- Run
signal-themer <path\to\theme.css>
- Launch Signal and enjoy!
- Download python if you don't have it from their websise or from microsoft store.
- Run
py -m pip install --user pipx
if you install python from website or replacepy
withpython3
if you downloaded from microsoft store inorder to install pipx. - Add pipx to path by running
%LOCALAPPDATA%\python\python<version>\Scripts\pipx.exe ensurepath
replace<version>
with the version of python you have installed. - Close and open terminal again.
Your distro probably has a package for python and pipx. (pipx is called python-pipx in some distros)
Currently there is no 'clean' way to remove the theme but it might be added in the future. For now, create an empty css file and use that as theme.