Fix systemd service file

This commit is contained in:
dec05eba
2024-09-05 23:39:17 +02:00
parent cb782763f0
commit 239f2010f5
14 changed files with 21 additions and 22 deletions

View File

@@ -2,4 +2,4 @@
pidof -q gpu-screen-recorder && exit 1
video="$HOME/Videos/$(date +"Video_%Y-%m-%d_%H-%M-%S.mp4")"
gpu-screen-recorder -w screen -f 60 -a "$(pactl get-default-sink).monitor" -o "$video"
gpu-screen-recorder -w screen -f 60 -a default_output -o "$video"