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/cowbuttons.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.config/cow/cowbuttons.conf') diff --git a/.config/cow/cowbuttons.conf b/.config/cow/cowbuttons.conf index 1e9de01..f7c9033 100644 --- a/.config/cow/cowbuttons.conf +++ b/.config/cow/cowbuttons.conf @@ -17,9 +17,10 @@ style button.image_position left panel Status { cell 70 34 - grid 1 6 + grid 1 7 row height 34 { + script "~/.config/cow/scripts/screenrecord.sh" interval 1 leftclick "" justify center bg 0x282828C6 fg 0xfb4934 bg_pressed 0x282828C6 fg_pressed 0xfb4934 script "~/.config/cow/scripts/keyboard-state.sh" interval 1 leftclick "" justify center bg 0x282828C6 fg 0x689d6a bg_pressed 0x282828C6 fg_pressed 0x689d6a script "~/.config/cow/scripts/keyboard-layout.sh" interval 1 leftclick "" justify center bg 0x282828C6 fg 0x98971a bg_pressed 0x282828C6 fg_pressed 0x98971a script "~/.config/cow/scripts/idleinhibit.sh" interval 1 leftclick "exec $HOME/.config/cow/scripts/idleinhibit.sh toggle" justify center bg 0x282828C6 fg 0x458588 bg_pressed 0x282828C6 fg_pressed 0x458588 -- cgit v1.3