about summary refs log tree commit diff
path: root/scripts/screenlock.sh
blob: 28dbe0cfe4336dba341ea8f57ebf74b8b9c470f8 (plain) (blame)
1
2
3
4
5
6
7
#!/usr/bin/env bash

i3lock \
    --no-unlock-indicator \
    --image "${HOME}/pictures/wallpapers/mill-lock.png" \
    --pointer default \
    --ignore-empty-password

Consider giving Nix/NixOS a try! <3