diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-09-01 19:44:33 +0100 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-09-01 19:44:33 +0100 |
| commit | b952a46116359090ae22dce09be77293ce8b6c28 (patch) | |
| tree | 724f625d3b624dd85a3eef601771d445a6bb244b /.config/cow/scripts/screenrecord.sh | |
| parent | 504c2764d5fecc8c4b6007223e650c8f80285d15 (diff) | |
Added a new module to cowbuttons to indicate when wf-recorder is recording the screen.
Diffstat (limited to '.config/cow/scripts/screenrecord.sh')
| -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" |
