разобрался с этой гавной

This commit is contained in:
2025-05-24 11:43:44 +03:00
parent f7a85b3d73
commit 4299b4b99a
29 changed files with 1219 additions and 1 deletions

8
hypr/screenshot.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
date=$(date +"%Y-%m-%d.%H:%M:%S")
filename="$date.png"
filepath="/home/pablusha/Pictures/$filename"
grim -g "$(slurp -c 00000000)" "$filepath"
wl-copy < "$filepath"
notify-send -i $filepath "screenshot saved" $filepath