From 9e82c96713989a7565eadac505b36e3dbe91cd5a Mon Sep 17 00:00:00 2001 From: Sam Chudnick Date: Sun, 11 Jun 2023 07:56:17 -0400 Subject: Added, removed, renamed scripts --- .local/bin/lock | 7 ------- 1 file changed, 7 deletions(-) delete mode 100755 .local/bin/lock (limited to '.local/bin/lock') diff --git a/.local/bin/lock b/.local/bin/lock deleted file mode 100755 index 223ac59..0000000 --- a/.local/bin/lock +++ /dev/null @@ -1,7 +0,0 @@ -#!/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