6 lines
85 B
Bash
Executable file
6 lines
85 B
Bash
Executable file
#!/bin/sh
|
|
|
|
if [ "$TERM" = "xterm-kitty" ]
|
|
then
|
|
kitty @ set-background-opacity $1
|
|
fi
|