about summary refs log tree commit diff stats
path: root/home-manager/packages/scripts/small_functions/screen_shot
diff options
context:
space:
mode:
Diffstat (limited to 'home-manager/packages/scripts/small_functions/screen_shot')
-rwxr-xr-xhome-manager/packages/scripts/small_functions/screen_shot11
1 files changed, 11 insertions, 0 deletions
diff --git a/home-manager/packages/scripts/small_functions/screen_shot b/home-manager/packages/scripts/small_functions/screen_shot
new file mode 100755
index 00000000..152feb36
--- /dev/null
+++ b/home-manager/packages/scripts/small_functions/screen_shot
@@ -0,0 +1,11 @@
+#!/bin/sh
+# shellcheck disable=SC2086
+# shellcheck source=/dev/null
+. ~/.local/lib/shell/lib
+
+grim -g "$(slurp)" ~/media/pictures/screenshots/"$(date +%s)".png &&
+    alacritty -e llp -command ":{{ set sortby atime; set reverse!; }}" ~/media/pictures/screenshots
+
+
+
+if [ -d /tmp/LIB_FILE_TEMP_DIR/ ];then rm -r /tmp/LIB_FILE_TEMP_DIR/; fi