summaryrefslogtreecommitdiff
path: root/waybar/waybar-screenrecord
blob: ea7b046d207afd50b6f153154df93f52e7f7f07b (plain)
1
2
3
4
5
6
7
#!/usr/bin/env bash

if pgrep gpu-screen-reco >/dev/null; then
    echo '{"text": "Recording 󰻂", "tooltip": "Stop recording", "class": "active"}'
else
    echo '{"text": ""}'
fi