mirror of
https://git.adityakumar.xyz/betterlockscreen-openrc.git
synced 2024-11-09 18:49:45 +00:00
Added i3lock option
Added `-c 00000000` to make the backgrounds opacity to 0.
This commit is contained in:
parent
9a8294becf
commit
2d1a53e245
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +86,7 @@ lock() {
|
||||||
#$1 image path
|
#$1 image path
|
||||||
|
|
||||||
i3lock \
|
i3lock \
|
||||||
|
-c 00000000 \
|
||||||
-t -i "$1" \
|
-t -i "$1" \
|
||||||
--timepos='x+110:h-70' \
|
--timepos='x+110:h-70' \
|
||||||
--datepos='x+43:h-45' \
|
--datepos='x+43:h-45' \
|
||||||
|
|
Loading…
Reference in a new issue