summaryrefslogtreecommitdiff
path: root/desktop/.local/share/barmodules/qmmp.sh
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/.local/share/barmodules/qmmp.sh')
-rwxr-xr-xdesktop/.local/share/barmodules/qmmp.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop/.local/share/barmodules/qmmp.sh b/desktop/.local/share/barmodules/qmmp.sh
index bb7f849..e93b8d0 100755
--- a/desktop/.local/share/barmodules/qmmp.sh
+++ b/desktop/.local/share/barmodules/qmmp.sh
@@ -1,7 +1,6 @@
#!/bin/sh
pidof qmmp 2> /dev/null > /dev/null
if [ $? -eq 0 ]; then
- echo -n " | "
nowplaying=$(qmmp --nowplaying '%p - %a: %t')
if [ ${#nowplaying} -gt 80 ]; then
echo -n "${nowplaying:0:77}... "