update
This commit is contained in:
7
waybar/scripts/droidcam_status.sh
Executable file
7
waybar/scripts/droidcam_status.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ -f /tmp/droidcam.pid ]; then
|
||||
echo "{\"text\": \"\", \"class\": \"active\"}"
|
||||
else
|
||||
echo "{\"text\": \"\"}"
|
||||
fi
|
||||
Reference in New Issue
Block a user