Crates.io | alacritty-opacity |
lib.rs | alacritty-opacity |
version | 0.1.1 |
source | src |
created_at | 2022-10-22 13:54:42.693121 |
updated_at | 2022-10-22 14:04:43.899148 |
description | A utility to adjust opacity for Alacritty |
homepage | https://github.com/minhyeoky/alacritty-opacity |
repository | https://github.com/minhyeoky/alacritty-opacity |
max_upload_size | |
id | 694417 |
size | 15,140 |
A simple command-line tool to adjust Alacritty's opacity configuration.
Install alacritty-opacity.
cargo install alacritty-opacity
Increase or decrease opacity by value.
# the value must be between 0.0 ~ 1.0
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)
bind-key -r ) run-shell -b "alacritty-opacity increase 0.1"
bind-key -r ( run-shell -b "alacritty-opacity decrease 0.1"