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

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

Consider giving Nix/NixOS a try! <3