LinuxCommandLibrary

betterlockscreen

TLDR

Lock screen

$ betterlockscreen -l
copy
Set background image
$ betterlockscreen -u path/to/image.png
copy
Lock with custom text
$ betterlockscreen -l pixel --text "Custom text"
copy
Lock with monitor timeout
$ betterlockscreen --off 5 -l
copy

SYNOPSIS

betterlockscreen [OPTIONS]

DESCRIPTION

betterlockscreen is a minimal lock screen wrapper for i3lock. It provides a simple and visually pleasing lock screen with customizable background images and effects.

PARAMETERS

-l, --lock [effect]

Lock the screen (effects: dim, blur, dimblur, pixel)
-u, --update image
Update lock screen background image
--text text
Display custom text on lock screen
--off seconds
Turn off monitor after specified seconds
-w, --wall [effect]
Set desktop wallpaper

CAVEATS

Requires i3lock-color and imagemagick. Background images are cached for faster locking. First-time setup requires running -u to generate cached images.

HISTORY

betterlockscreen is a wrapper script enhancing i3lock with blur and pixel effects.

SEE ALSO

Copied to clipboard