aboutsummaryrefslogtreecommitdiff
path: root/.config/cow/scripts/screenrecord.sh
blob: 2a69a690753ec41043ed66d5e3c8715fa3afa9a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/bin/sh

if pgrep "wf-recorder" > /dev/null
    then
        icon="󰹑"
    else
        icon="󰍹"
fi
echo "$icon"