From 65274b84357c4a2da6ac10659fc31117c5e403ad Mon Sep 17 00:00:00 2001 From: Galen Guyer Date: Tue, 6 Sep 2022 16:11:34 -0400 Subject: Add overlay to lock screen --- ext/lock.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ext/lock.sh') diff --git a/ext/lock.sh b/ext/lock.sh index 2ef947f..d3ca4c4 100755 --- a/ext/lock.sh +++ b/ext/lock.sh @@ -3,14 +3,14 @@ set -eu scrot --quality=10 -o /tmp/.lockscreen.png convert /tmp/.lockscreen.png \ - -scale 5% \ -define png:compression-filter=5 \ -define png:compression-level=1 \ -brightness-contrast -5 \ - -blur 0x0.4 \ - -scale 2000% \ + -blur 0x24 \ /tmp/.lockscreen.png +convert -composite -gravity center /tmp/.lockscreen.png "$HOME/.dots/ext/lock-overlay.png" /tmp/.lockscreen.png + # Turn on DND #old_dnd="$(xfconf-query -c xfce4-notifyd -p /do-not-disturb)" #xfconf-query -c xfce4-notifyd -p /do-not-disturb -s true -- cgit v1.2.3