mirror of
https://git.adityakumar.xyz/betterlockscreen-openrc.git
synced 2024-11-09 10:39:45 +00:00
Update README.md
This commit is contained in:
parent
717572a0e3
commit
825671bd5b
1 changed files with 9 additions and 4 deletions
13
README.md
13
README.md
|
@ -1,6 +1,5 @@
|
||||||
# better_lockscreen
|
# better_lockscreen
|
||||||
|
*A simple lock script for i3lock*
|
||||||
A simple lock script for i3lock
|
|
||||||
|
|
||||||
Most of i3lock script out there converts your defined image to add blur, glitch or dim effect to image and it feels so slow and btw who needs dynamic lock background,
|
Most of i3lock script out there converts your defined image to add blur, glitch or dim effect to image and it feels so slow and btw who needs dynamic lock background,
|
||||||
its not like I change lockscreen background every 5 minutes.
|
its not like I change lockscreen background every 5 minutes.
|
||||||
|
@ -93,18 +92,24 @@ chmod +x lock.sh
|
||||||
|
|
||||||
### Load/Update the image cache
|
### Load/Update the image cache
|
||||||
|
|
||||||
Grab your favourite image for lockscreen background
|
*Grab your favourite image for lockscreen background*
|
||||||
|
|
||||||
```
|
```
|
||||||
./lock.sh -u path/to/image.img
|
./lock.sh -u path/to/image.img
|
||||||
```
|
```
|
||||||
|
|
||||||
Or supply a directory with images, and a random one will be used
|
*if you want to use random image from specific directory*
|
||||||
|
|
||||||
```
|
```
|
||||||
./lock.sh -u path/to/imagedir
|
./lock.sh -u path/to/imagedir
|
||||||
```
|
```
|
||||||
|
|
||||||
|
*set random image as desktop background too*
|
||||||
|
|
||||||
|
```
|
||||||
|
./lock.sh -u path/to/imagedir && ./lock.sh -w
|
||||||
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### To lockscreen
|
### To lockscreen
|
||||||
|
|
Loading…
Reference in a new issue