The very personal dotfiles of Levi Olson.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
327 B

6 years ago
  1. #!/bin/bash
  2. ##########################################
  3. # lockscreen
  4. # ------------
  5. #
  6. # Dependencies: docker, i3lock, scrot
  7. #
  8. # Loosly based on the amazing work of Jess Frazelle
  9. #
  10. # :author: Levi Olson
  11. # :date: 31 Jan 2018
  12. # :version: 0.0.1
  13. ##########################################
  14. set -e
  15. # subshell
  16. (
  17. i3lock -c 000000
  18. )