A simple command-line tool to adjust Alacritty's opacity configuration.
Install alacritty-opacity.
bash
cargo install alacritty-opacity
Increase or decrease opacity by value.
```bash
alacritty-opacity increase 0.1 alacritty-opacity decrease 0.1 ```
Currently i'm using with key bindings for Tmux.
(Press )
or (
after prefix key to adjust opacity)
tmux
bind-key -r ) run-shell -b "alacritty-opacity increase 0.1"
bind-key -r ( run-shell -b "alacritty-opacity decrease 0.1"