dotfiles/.local/bin/rec
2025-08-12 23:01:17 -06:00

7 lines
103 B
Bash
Executable file

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