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/cowbuttons.conf | |
| parent | 504c2764d5fecc8c4b6007223e650c8f80285d15 (diff) | |
Added a new module to cowbuttons to indicate when wf-recorder is recording the screen.
Diffstat (limited to '.config/cow/cowbuttons.conf')
| -rw-r--r-- | .config/cow/cowbuttons.conf | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
