From d14c117df7ed04fcfabd9530f1b7843e2326d9d9 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sat, 4 Aug 2018 13:49:54 -0400 Subject: recording icon location moved --- .scripts/screencast | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.scripts/screencast') diff --git a/.scripts/screencast b/.scripts/screencast index fd09ca0..b24beb2 100755 --- a/.scripts/screencast +++ b/.scripts/screencast @@ -35,4 +35,4 @@ ffmpeg -y \ if [[ $(pgrep -x pulseaudio) ]]; then record_pulse; else record_alsa; fi & # Updating i3blocks recording icon: -echo ⏺️ > ~/.scripts/.recording && pkill -RTMIN+9 i3blocks +echo ⏺️ > ~/.recordingicon && pkill -RTMIN+9 i3blocks -- cgit v1.3.1