Add opacity script similar to padding
This commit is contained in:
parent
0fa454aadb
commit
f4ec24695e
1 changed files with 6 additions and 0 deletions
6
bin/opacity
Executable file
6
bin/opacity
Executable file
|
@ -0,0 +1,6 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
if [ "$TERM" = "xterm-kitty" ]
|
||||||
|
then
|
||||||
|
kitty @ set-background-opacity $1
|
||||||
|
fi
|
Loading…
Reference in a new issue