Files
dotfiles/.config/waybar/scripts/record.sh
2025-05-10 10:18:28 +03:00

8 lines
114 B
Bash
Executable File

#!/usr/bin/bash
VAR=$(pidof wl-screenrec | wc -w)
if [ $VAR = 0 ]; then
echo '-'
else
echo "󰑋 $VAR"
fi