From 693f5d121f8fa24817dbd4b3684361f5d549752a Mon Sep 17 00:00:00 2001 From: Soispha Date: Tue, 12 Dec 2023 16:40:36 +0100 Subject: chore(hm/pkgs/scrs): Delete unused and deprecated scripts --- hm/soispha/pkgs/scripts/small_functions/screen_shot | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 hm/soispha/pkgs/scripts/small_functions/screen_shot (limited to 'hm/soispha/pkgs/scripts/small_functions/screen_shot') diff --git a/hm/soispha/pkgs/scripts/small_functions/screen_shot b/hm/soispha/pkgs/scripts/small_functions/screen_shot deleted file mode 100755 index ff0d3ee4..00000000 --- a/hm/soispha/pkgs/scripts/small_functions/screen_shot +++ /dev/null @@ -1,10 +0,0 @@ -#! /usr/bin/env dash - -# shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="1.7.1" . %SHELL_LIBRARY_PATH - -date="$(date +%s)" -grim -g "$(slurp)" "$HOME/media/pictures/screenshots/$date.png" && - alacritty -e ll -command ":{{ set sortby atime; set reverse!; }}" "$HOME/media/pictures/screenshots/$date.png" - -# vim: ft=sh -- cgit 1.4.1