#!/bin/bash status=$(quodlibet --status | cut -d' ' -f1) case "$status" in "playing") icon="" ;; "paused") icon="" ;; *) ;; esac echo ''"$icon"''