all repos — dotfiles @ 04145ab9ba39f28c8c283b85b5f0f254d9ffb322

my *nix dotfiles

Wups wrong blur

Signed-off-by: Anirudh <icyph0x@pm.me>
Anirudh icyph0x@pm.me
Thu, 18 Jul 2019 18:48:05 +0530
commit

04145ab9ba39f28c8c283b85b5f0f254d9ffb322

parent

e6a2e84473a5da088b6cf18c0839b0fdeade23cf

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M bin/lock.shbin/lock.sh

@@ -3,7 +3,7 @@

image_file=/tmp/screen_lock.png import -window root "$image_file" resolution=$(xdpyinfo | grep dimensions | awk '{print $2}') -filters="avgblur,hue=s=0,eq=brightness=-0.09" +filters="gblur=sigma=15,hue=s=0,eq=brightness=-0.09" ffmpeg -y -loglevel 0 -s "$resolution" -f x11grab -i $DISPLAY -vframes 1 \ -vf "$filters" "$image_file" i3lock -i $image_file -l '#ffffff' -o '#99C794' -w '#EC5f67'