diff options
author | E. Almqvist <elalmqvist@gmail.com> | 2020-11-21 12:34:56 +0100 |
---|---|---|
committer | Pavan Jadhaw <pavanjadhaw96@gmail.com> | 2021-04-17 01:30:30 +0530 |
commit | 2d1a53e24564fdbdbc646b17ef662bbe041c3e6f (patch) | |
tree | 475b604ce541e3b32d93686b218acfcb65c518b6 | |
parent | 9a8294becf7714320d7a3d503bbbfcab8a02b3cc (diff) |
Added i3lock option
Added `-c 00000000` to make the backgrounds opacity to 0.
-rwxr-xr-x | betterlockscreen | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/betterlockscreen b/betterlockscreen index 5eaf4c8..5d51af5 100755 --- a/betterlockscreen +++ b/betterlockscreen @@ -86,6 +86,7 @@ lock() { #$1 image path i3lock \ + -c 00000000 \ -t -i "$1" \ --timepos='x+110:h-70' \ --datepos='x+43:h-45' \ |