updated eww files and bash scripts
This commit is contained in:
parent
5a419c03f3
commit
cd7e93374e
11 changed files with 119 additions and 60 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
status=$(playerctl status)
|
||||
name=$(playerctl metadata title)
|
||||
|
||||
echo '{"status":"'$status'","name":"'$name'"}'
|
||||
echo '{"status":"'"$status"'","name":"'"$name"'"}'
|
Loading…
Add table
Add a link
Reference in a new issue