first Version
This commit is contained in:
commit
0c4bef47e8
149 changed files with 32273 additions and 0 deletions
6
scripts/media.sh
Executable file
6
scripts/media.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
status=$(playerctl status)
|
||||
name=$(playerctl metadata title)
|
||||
|
||||
echo '{"status":"'$status'","name":"'$name'"}'
|
Loading…
Add table
Add a link
Reference in a new issue