From b952a46116359090ae22dce09be77293ce8b6c28 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Tue, 1 Sep 2026 19:44:33 +0100 Subject: Added a new module to cowbuttons to indicate when wf-recorder is recording the screen. --- .config/cow/scripts/screenrecord.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 .config/cow/scripts/screenrecord.sh (limited to '.config/cow/scripts') 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" -- cgit v1.3