recording notification added, script fixes

This commit is contained in:
Luke Smith
2018-06-15 21:48:42 -04:00
parent 748e984985
commit bc9de2e26a
5 changed files with 23 additions and 6 deletions

View File

@@ -33,4 +33,6 @@ ffmpeg -y \
-c:v libx264 -r 30 -c:a flac $filename ;}
if [[ $(pgrep -x pulseaudio) ]]; then record_pulse; else record_alsa; fi
if [[ $(pgrep -x pulseaudio) ]]; then record_pulse; else record_alsa; fi &
# Updating i3blocks recording icon:
echo ⏺️ > ~/.scripts/.recording && pkill -RTMIN+9 i3blocks