Files
cheatsheet-tldr/tldr/linux/betterlockscreen
2025-09-01 00:23:59 +00:00

26 lines
618 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# 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]}}`