waybar changes 1
This commit is contained in:
7
modules/home/programs/waybar/bin/waybar-recording
Normal file
7
modules/home/programs/waybar/bin/waybar-recording
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
if pgrep -x wf-recorder >/dev/null; then
|
||||
printf '{"text": " "}\n'
|
||||
else
|
||||
printf '{"text": ""}\n'
|
||||
fi
|
||||
Reference in New Issue
Block a user