first commit
This commit is contained in:
commit
d8a9fcbc98
93 changed files with 23726 additions and 0 deletions
8
scripts/status.sh
Executable file
8
scripts/status.sh
Executable file
|
@ -0,0 +1,8 @@
|
|||
while true; do
|
||||
|
||||
volume="$(pulsemixer --id 8 --get-volume)"
|
||||
song="$(cmus-remote -Q | grep 'tag title' | cut -d ' ' -f 3-)"
|
||||
|
||||
xsetroot -name " ♫ $song | $volume | $(date +%d) | $(date +%R)"
|
||||
sleep 1
|
||||
done
|
Loading…
Add table
Add a link
Reference in a new issue