summaryrefslogtreecommitdiff
path: root/desktop/Local/share/barmodules/mpv.sh
blob: a3fe2ec9ee757bc5cfab8479de68037beac2c62a (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/bash

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