From ea10292e2c04efff760b2a55db00d0f03fd59a72 Mon Sep 17 00:00:00 2001 From: ryukamish Date: Sat, 11 Apr 2026 18:26:09 +0530 Subject: add: module indicator for screen recording --- waybar/waybar-screenrecord | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 waybar/waybar-screenrecord (limited to 'waybar/waybar-screenrecord') diff --git a/waybar/waybar-screenrecord b/waybar/waybar-screenrecord new file mode 100755 index 0000000..ea7b046 --- /dev/null +++ b/waybar/waybar-screenrecord @@ -0,0 +1,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 -- cgit v1.3