diff options
| author | venomade <venomade@venomade.com> | 2026-02-16 17:31:16 +0000 |
|---|---|---|
| committer | venomade <venomade@venomade.com> | 2026-02-16 17:31:16 +0000 |
| commit | a568a964fd6a9efba388b2b4919339c0b7dfe51d (patch) | |
| tree | 0c6adbf753de1c0b469e911668a82c6b2002f5f8 /.local/bin/take-slurpshot | |
| parent | 9d2c3f898a97de16b986d4e494f31e6c6f3d176a (diff) | |
Asahi is just not perfectly usable yet. Moved stuff, went nix.
Diffstat (limited to '.local/bin/take-slurpshot')
| -rwxr-xr-x | .local/bin/take-slurpshot | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/.local/bin/take-slurpshot b/.local/bin/take-slurpshot deleted file mode 100755 index f30fabe..0000000 --- a/.local/bin/take-slurpshot +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/bash - -# Generate base filename with timestamp -base_filename=$(date +"%m-%d-%Y_%H-%M-%S") -extension=".png" - -# Initialize full filename -filename="${base_filename}${extension}" -counter=1 - -# Check if file exists and append incremental suffix if needed -while [[ -e "$filename" ]]; do - filename="${base_filename}-${counter}${extension}" - ((counter++)) -done - -# Output the available filename -grim -g "$(slurp)" "$HOME/Pictures/Screenshots/$filename" |
