dotfiles/.local/statusbar/sb-cast
Arthur Khachaturov c360fc2339 cumulative update
2024-06-19 11:51:19 +03:00

7 lines
118 B
Bash
Executable file

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