herbstartix_dots/.config/polybar/showplayer.sh
2022-08-05 18:11:21 +00:00

16 lines
379 B
Bash

#!/bin/bash
wmctrl -a $(echo "$(nowplaying)")
#
#if $(pgrep -x "spotify" >/dev/null) ; then
#dkcmd win "spotify" focus;
#wmctrl -a $(echo "$(nowplaying)";fi
#
#if $(pgrep -x "clementine" >/dev/null); then
#dkcmd win "clementine" focus;
#wmctrl -a $(echo "$(nowplaying)";fi
#
#if $(pgrep -x "cmus" >/dev/null); then
#dkcmd win "cmus" focus;
#wmctrl -a $(echo "$(nowplaying)" ;fi