1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/betterlockscreen.md

21 lines
520 B
Markdown
Raw Normal View History

2020-04-30 23:04:45 +03:00
# betterlockscreen
> Simple, minimal lock screen.
2024-10-12 20:23:30 +02:00
> More information: <https://github.com/betterlockscreen/betterlockscreen>.
2020-04-30 23:04:45 +03:00
- Lock the screen:
`betterlockscreen {{[-l|--lock]}}`
2020-04-30 23:04:45 +03:00
- Change the lock screen background:
`betterlockscreen {{[-u|--update]}} {{path/to/image.png}}`
2020-04-30 23:04:45 +03:00
- Lock the screen, showing some custom text:
`betterlockscreen {{[-l|--lock]}} pixel --text "{{custom lock screen text}}"`
2020-04-30 23:04:45 +03:00
- Lock the screen, with a custom monitor off timeout in seconds:
`betterlockscreen --off {{5}} {{[-l|--lock]}}`