Initial
This commit is contained in:
commit
c8734e660a
392 changed files with 21043 additions and 0 deletions
8
.config/waybar/custom/wfrecord-monitor.sh
Normal file
8
.config/waybar/custom/wfrecord-monitor.sh
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
if pgrep wf-recorder &> /dev/null
|
||||
then
|
||||
echo '{"class": "recording"}'
|
||||
exit
|
||||
fi
|
||||
echo '{"class": ""}'
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue