darkrc/bin/opacity

7 lines
85 B
Bash
Executable File

#!/bin/sh
if [ "$TERM" = "xterm-kitty" ]
then
kitty @ set-background-opacity $1
fi