summaryrefslogtreecommitdiff
path: root/desktop/Local/share/barmodules/mpv.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xdesktop/Local/share/barmodules/mpv.sh (renamed from desktop/.local/share/barmodules/mpv.sh)2
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop/.local/share/barmodules/mpv.sh b/desktop/Local/share/barmodules/mpv.sh
index 78b2f7a..a3fe2ec 100755
--- a/desktop/.local/share/barmodules/mpv.sh
+++ b/desktop/Local/share/barmodules/mpv.sh
@@ -3,4 +3,6 @@
if [ -f /tmp/mpvout ]; then
echo -n "mpv: "
tail -1 /tmp/mpvout | tr -d '\n'
+else
+ echo -n "mpv: stopped"
fi