Files
nixconfig/modules/home/wayland/apps/eww/bar/scripts/screenshot
2026-06-13 17:06:21 +02:00

6 lines
160 B
Bash
Executable File

#!/usr/bin/env bash
DIR="$HOME/Pictures/Screenshots"
mkdir -p "$DIR"
FILE="$DIR/$(date +%Y-%m-%d_%H-%M-%S).png"
grim -g "$(slurp)" "$FILE" && wl-copy < "$FILE"