Skip to content

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

Notifications You must be signed in to change notification settings

minhyeoky/alacritty-opacity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages