mirror of
https://git.adityakumar.xyz/betterlockscreen-openrc.git
synced 2024-11-08 18:29:45 +00:00
Add instructions to use custom lockscreen text
This commit is contained in:
parent
031140d5c4
commit
f2639f9711
1 changed files with 7 additions and 2 deletions
|
@ -23,12 +23,18 @@ without the need to apply same effect again and again
|
|||
```
|
||||
# Lock screen
|
||||
betterlockscreen -l | --lock [modifier]
|
||||
|
||||
# Lock screen with custom text
|
||||
betterlockscreen -l | --lock [modifier] -t | --text "custom lockscreen text"
|
||||
E.g: $ betterlockscreen -l dim -t \"Don't touch my machine!\""
|
||||
|
||||
# Set wallpaper
|
||||
betterlockscreen -w | --wall [modifier]
|
||||
# Suspend system
|
||||
betterlockscreen -s | --suspend [modifier]
|
||||
# Update image cache
|
||||
betterlockscreen -u | --update (path/to/image.png | path/to/directory) [-r | --resolution <resolution>] [-b | --blur <factor>]
|
||||
betterlockscreen -u | --update (path/to/image.png | path/to/directory)
|
||||
\ [-r | --resolution <resolution>] [-b | --blur <factor>]
|
||||
|
||||
Modifiers:
|
||||
dim
|
||||
|
@ -40,7 +46,6 @@ betterlockscreen -u path/to/directory -r 1920x1080 -b 0.5
|
|||
In this case a random image from the directory is chosen, and converted to a 1920x1080 resolution with the blur factor set to 0.5
|
||||
```
|
||||
|
||||
|
||||
## Installation via AUR package
|
||||
|
||||
### [release](https://aur.archlinux.org/packages/betterlockscreen/)
|
||||
|
|
Loading…
Reference in a new issue