This commit is contained in:
David Heinemeier Hansson
2026-05-20 14:35:47 +02:00
parent f6c6a6d323
commit dbdcd862e7
2 changed files with 7 additions and 24 deletions
@@ -1,7 +0,0 @@
#!/bin/bash
if pgrep -f "^gpu-screen-recorder" >/dev/null; then
echo '{"text": "󰻂", "tooltip": "Stop recording", "class": "active"}'
else
echo '{"text": ""}'
fi