diff options
Diffstat (limited to 'desktop/.local/share/barmodules/qmmp.sh')
-rwxr-xr-x | desktop/.local/share/barmodules/qmmp.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop/.local/share/barmodules/qmmp.sh b/desktop/.local/share/barmodules/qmmp.sh index e93b8d0..a0ec01e 100755 --- a/desktop/.local/share/barmodules/qmmp.sh +++ b/desktop/.local/share/barmodules/qmmp.sh @@ -8,4 +8,6 @@ if [ $? -eq 0 ]; then echo -n "$nowplaying" fi echo -n "$(qmmp --status | head -1)" +else + echo -n "qmmp: Exited" fi |