summaryrefslogtreecommitdiff
path: root/desktop/.local/share/barmodules/mpv.sh
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/.local/share/barmodules/mpv.sh')
-rwxr-xr-xdesktop/.local/share/barmodules/mpv.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/desktop/.local/share/barmodules/mpv.sh b/desktop/.local/share/barmodules/mpv.sh
deleted file mode 100755
index 78b2f7a..0000000
--- a/desktop/.local/share/barmodules/mpv.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/bash
-
-if [ -f /tmp/mpvout ]; then
- echo -n "mpv: "
- tail -1 /tmp/mpvout | tr -d '\n'
-fi