разобрался с этой гавной
This commit is contained in:
8
hypr/screenshot.sh
Executable file
8
hypr/screenshot.sh
Executable 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
|
Reference in New Issue
Block a user