This commit is contained in:
Kopatz
2024-06-03 18:25:20 +02:00
parent de415c09a9
commit 3e21d41ff0
43 changed files with 3004 additions and 31 deletions

View File

@@ -0,0 +1,10 @@
#!/usr/bin/bash
a=$(date +"%Y-%m-%d-%T")-schermata.png
maim --select ~/Immagini/Schermate/$a
notify-send "Screenshot saved to ~/$a"
#kdialog --yesno "Screenshot salvato, vuoi aprirlo?"
#if [ $? == 0 ]; then
eog ~/Immagini/Schermate/$a
#fi