Add files via upload

This commit is contained in:
FURK4NGG
2025-09-02 14:34:44 +03:00
committed by GitHub
parent 26ed6b9e6c
commit fc94465a0e
3 changed files with 6 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
#!/bin/bash
bash -c 'grim "$HOME/Resimler/tam-ekran-$(date +%Y%m%d-%H%M%S).png" && notify-send "Ekran görüntüsü alındı"'
+2
View File
@@ -0,0 +1,2 @@
#!/bin/bash
notify-send "Ekran kaydı basladı" && wf-recorder -f ~/Resimler/screen_capture_$(date +%Y%m%d-%H%M%S).mp4 -a alsa_output.pci-0000_0d_00.6.analog-stereo.monitor
+2
View File
@@ -0,0 +1,2 @@
#!/bin/bash
pkill wf-recorder && notify-send "Ekran kaydı alındı"