cumulative update
This commit is contained in:
parent
3ecbac352e
commit
c360fc2339
71 changed files with 3281 additions and 380 deletions
7
.local/statusbar/sb-cast
Executable file
7
.local/statusbar/sb-cast
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
PIDFILE="${XDG_RUNTIME_DIR}/mkchromecast.pid"
|
||||
|
||||
if [ -f "${PIDFILE}" ]; then
|
||||
printf "🔴 Casting"
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue