mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 10:53:51 +02:00
20 lines
526 B
Markdown
20 lines
526 B
Markdown
# betterlockscreen
|
|
|
|
> Simple, minimal lock screen.
|
|
> More information: <https://github.com/betterlockscreen/betterlockscreen#usage>.
|
|
|
|
- Lock the screen:
|
|
|
|
`betterlockscreen {{[-l|--lock]}}`
|
|
|
|
- Change the lock screen background:
|
|
|
|
`betterlockscreen {{[-u|--update]}} {{path/to/image.png}}`
|
|
|
|
- Lock the screen, showing some custom text:
|
|
|
|
`betterlockscreen {{[-l|--lock]}} pixel --text "{{custom lock screen text}}"`
|
|
|
|
- Lock the screen, with a custom monitor off timeout in seconds:
|
|
|
|
`betterlockscreen --off {{5}} {{[-l|--lock]}}`
|