💄 style(hypr): formatting and indent

This commit is contained in:
Sergio Laín 2023-11-05 18:16:46 +01:00
parent d906bda02f
commit 5c2987af8b
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -27,7 +27,7 @@ if [ "$SCREEN" = "selection" ]; then
done done
notify-send "Recording started" "Selection\nAudio: $AUDIO" notify-send "Recording started" "Selection\nAudio: $AUDIO"
pkill -RTMIN+8 waybar pkill -RTMIN+8 waybar
elif [ -n "$SCREEN" ]; then elif [ "$SCREEN" != "" ]; then
echo "$VID" >/tmp/recording.txt echo "$VID" >/tmp/recording.txt
sleep 1 sleep 1
wf-recorder -c hevc_vaapi --audio="$AUDIO" -d /dev/dri/renderD128 -o "$SCREEN" -f "$VID" &>/dev/null & wf-recorder -c hevc_vaapi --audio="$AUDIO" -d /dev/dri/renderD128 -o "$SCREEN" -f "$VID" &>/dev/null &