Fixing screenrecord

This commit is contained in:
2026-05-17 18:03:45 +01:00
parent f8847937e9
commit b4f21dfe65
3 changed files with 7 additions and 6 deletions
@@ -1,6 +1,6 @@
#!/bin/bash
if pgrep -f "^gpu-screen-recorder" >/dev/null; then
if pgrep -f "[g]pu-screen-recorder" >/dev/null; then
echo '{"text": "󰻂", "tooltip": "Stop recording", "class": "active"}'
else
echo '{"text": ""}'