dotfiles/.local/bin/statusbar/sb-cast

7 lines
118 B
Bash
Executable file

#!/bin/bash
PIDFILE="${XDG_RUNTIME_DIR}/mkchromecast.pid"
if [ -f "${PIDFILE}" ]; then
printf "🔴 Casting"
fi