tldr/pages/linux/betterlockscreen.md

21 lines
461 B
Markdown
Raw Normal View History

2020-04-30 21:04:45 +01:00
# betterlockscreen
> Simple, minimal lock screen.
> More information: <https://github.com/pavanjadhaw/betterlockscreen>.
2020-04-30 21:04:45 +01:00
- Lock the screen:
`betterlockscreen --lock`
- Change the lock screen background:
`betterlockscreen -u {{path/to/image.png}}`
- Lock the screen, showing some custom text:
`betterlockscreen -l pixel -t "{{custom lock screen text}}"`
- Lock the screen, with a custom monitor off timeout in seconds:
`betterlockscreen --off {{5}} -l`