diff options
Diffstat (limited to 'hm/soispha/pkgs/scripts/small_functions/screen_shot')
-rwxr-xr-x | hm/soispha/pkgs/scripts/small_functions/screen_shot | 10 |
1 files changed, 0 insertions, 10 deletions
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 |