Skip to content

Instantly share code, notes, and snippets.

@wikimatze
Created January 10, 2017 05:59
Show Gist options
  • Select an option

  • Save wikimatze/c4c1a6fa71b226bdddb32e4a1ca58722 to your computer and use it in GitHub Desktop.

Select an option

Save wikimatze/c4c1a6fa71b226bdddb32e4a1ca58722 to your computer and use it in GitHub Desktop.
ALBUM_PATH=/$(cmus-remote -Q | grep file | cut -d'/' --complement -s -f1 | rev | cut -d'/' --complement -s -f1 | rev | sed -e 's/\s/\\ /g' | sed -e 's/(/\\(/g' | sed -e 's/)/\\)/g')/cover.jpg
ALBUM_NAME=$(cmus-remote -Q | grep 'tag album' | cut -d'~' --complement -f1)
echo "$ALBUM_PATH"
notify-send -i "$ALBUM_PATH" summary "$ALBUM_NAME"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment