1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00
dotfiles/xorg/.scripts/generateLockImage.sh

6 lines
178 B
Bash
Raw Normal View History

2019-03-17 16:47:32 +00:00
#!/bin/sh
WIDTH=$(xrandr | grep '\*' | awk -F 'x' '{print $1}' | sed 's/ //g')
convert "$1" ~/.config/lock.png
convert ~/.config/lock.png -resize "${WIDTH}"x ~/.config/lock.png