diff options
author | Soispha <soispha@vhack.eu> | 2023-12-12 16:40:36 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-12-12 16:40:36 +0100 |
commit | 693f5d121f8fa24817dbd4b3684361f5d549752a (patch) | |
tree | 7412546380e2368270fbc5025dfd93f0b6ac8e27 /hm/soispha/pkgs/scripts/small_functions/screen_shot | |
parent | fix(hm/wms/river/keys): Use new screenshot script (diff) | |
download | nixos-config-693f5d121f8fa24817dbd4b3684361f5d549752a.zip |
chore(hm/pkgs/scrs): Delete unused and deprecated scripts
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 |