💄 style(hypr): formatting and indent
This commit is contained in:
parent
d906bda02f
commit
5c2987af8b
1 changed files with 21 additions and 21 deletions
|
@ -27,7 +27,7 @@ if [ "$SCREEN" = "selection" ]; then
|
|||
done
|
||||
notify-send "Recording started" "Selection\nAudio: $AUDIO"
|
||||
pkill -RTMIN+8 waybar
|
||||
elif [ -n "$SCREEN" ]; then
|
||||
elif [ "$SCREEN" != "" ]; then
|
||||
echo "$VID" >/tmp/recording.txt
|
||||
sleep 1
|
||||
wf-recorder -c hevc_vaapi --audio="$AUDIO" -d /dev/dri/renderD128 -o "$SCREEN" -f "$VID" &>/dev/null &
|
||||
|
|
Loading…
Add table
Reference in a new issue