From 82df70eff06e7b44ee84283070d7f801f7fc1d92 Mon Sep 17 00:00:00 2001 From: Sam Chudnick Date: Sat, 6 Nov 2021 20:25:45 -0400 Subject: initial commit --- .local/bin/lock | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 .local/bin/lock (limited to '.local/bin/lock') diff --git a/.local/bin/lock b/.local/bin/lock new file mode 100755 index 0000000..223ac59 --- /dev/null +++ b/.local/bin/lock @@ -0,0 +1,7 @@ +#!/bin/sh +# Locks the screen with a blurred screenshot of the current window as the lock image +# Also pauses any music that is playing + +maim | convert - -paint 5 ~/.cache/lock.png +[ "$(cmus-remote -Q | head -1 | cut -d ' ' -f 2)" != "playing" ] || cmus-remote --pause +i3lock -u -e -i ~/.cache/lock.png -- cgit v1.2.3