first commit

This commit is contained in:
bacalhau 2025-07-02 15:45:16 +01:00
commit d8a9fcbc98
93 changed files with 23726 additions and 0 deletions

8
scripts/status.sh Executable file
View 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