diff options
Diffstat (limited to '.config/cow/scripts')
| -rwxr-xr-x | .config/cow/scripts/screenrecord.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.config/cow/scripts/screenrecord.sh b/.config/cow/scripts/screenrecord.sh new file mode 100755 index 0000000..2a69a69 --- /dev/null +++ b/.config/cow/scripts/screenrecord.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +if pgrep "wf-recorder" > /dev/null + then + icon="" + else + icon="" +fi +echo "$icon" |
