diff options
author | Yaroslav <contact@yaroslavps.com> | 2020-02-17 18:02:37 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2020-02-17 18:02:37 +0300 |
commit | f8caca887f787f52271d9a5d6e06c2bdd6efcb40 (patch) | |
tree | 91c5d3c531a71e1fc669478a4c60068c1f6b8dde /dotfiles/.local/bin/barrecstatus | |
parent | 13a0be470be41d67685bba83c6f10319affbaa39 (diff) | |
download | swayrice-f8caca887f787f52271d9a5d6e06c2bdd6efcb40.tar.gz swayrice-f8caca887f787f52271d9a5d6e06c2bdd6efcb40.zip |
improved screen record script, can now record screencasts and audio
Diffstat (limited to 'dotfiles/.local/bin/barrecstatus')
-rwxr-xr-x | dotfiles/.local/bin/barrecstatus | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/.local/bin/barrecstatus b/dotfiles/.local/bin/barrecstatus index b7bb8b4..3e6317b 100755 --- a/dotfiles/.local/bin/barrecstatus +++ b/dotfiles/.local/bin/barrecstatus @@ -1,7 +1,7 @@ #!/bin/sh if [ -f "$HOME/.cache/recordingpid" ]; then - printf "⏺ rec" + printf "%s rec" "$(cat "$HOME/.cache/recordingicon")" exit fi |