nirish

config files for niri window manager
Log | Files | Refs | README | LICENSE

waybar-screenrecord (181B)


      1 #!/usr/bin/env bash
      2 
      3 if pgrep gpu-screen-reco >/dev/null; then
      4     echo '{"text": "Recording 󰻂", "tooltip": "Stop recording", "class": "active"}'
      5 else
      6     echo '{"text": ""}'
      7 fi