summaryrefslogtreecommitdiff
path: root/desktop/.local/share/barmodules/mpv.sh
blob: 78b2f7ab431eb78bf23be694f000e4ad93ae2514 (plain) (blame)
1
2
3
4
5
6
#!/bin/bash

if [ -f /tmp/mpvout ]; then
    echo -n "mpv: "
    tail -1 /tmp/mpvout | tr -d '\n'
fi