alacritty-opacity

Crates.ioalacritty-opacity
lib.rsalacritty-opacity
version0.1.1
sourcesrc
created_at2022-10-22 13:54:42.693121
updated_at2022-10-22 14:04:43.899148
descriptionA utility to adjust opacity for Alacritty
homepagehttps://github.com/minhyeoky/alacritty-opacity
repositoryhttps://github.com/minhyeoky/alacritty-opacity
max_upload_size
id694417
size15,140
Minhyeok Lee (minhyeoky)

documentation

README

alacritty-opacity

A simple command-line tool to adjust Alacritty's opacity configuration.

Usage

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"
Commit count: 4

cargo fmt