Add opacity script similar to padding

This commit is contained in:
Talia 2020-08-17 17:27:33 +02:00
parent 0fa454aadb
commit f4ec24695e
1 changed files with 6 additions and 0 deletions

6
bin/opacity Executable file
View File

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