This repository has been archived on 2024-04-30. You can view files and clone it, but cannot push or open issues or pull requests.
setup/roles/i3/files/scripts/lock.sh

6 lines
287 B
Bash
Raw Normal View History

2023-02-26 13:00:36 +00:00
#!/bin/bash
SCREEN_RESOLUTION="$(xdpyinfo | grep dimensions | cut -d' ' -f7)"
BGCOLOR="000000"
2023-07-27 12:58:53 +00:00
convert "/home/pim/Pictures/wallpapers/plague.png" -gravity Center -background \#$BGCOLOR -resize "$SCREEN_RESOLUTION" RGB:- | i3lock --raw "$SCREEN_RESOLUTION":rgb -c $BGCOLOR -i /dev/stdin