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:
|
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`betterlockscreen {{[-l|--lock]}}`
|
2020-04-30 23:04:45 +03:00
|
|
|
|
|
|
|
- Change the lock screen background:
|
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`betterlockscreen {{[-u|--update]}} {{path/to/image.png}}`
|
2020-04-30 23:04:45 +03:00
|
|
|
|
|
|
|
- Lock the screen, showing some custom text:
|
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`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:
|
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`betterlockscreen --off {{5}} {{[-l|--lock]}}`
|