dotfiles/.local/bin/rec

7 lines
105 B
Bash
Executable file

#!/bin/sh
if [[ ! -z "$(pgrep wf-recorder)" ]]; then
printf " [ REC 󰑊 ] \n"
else
printf " \n"
fi