Polybar Media Module Update

- Remove extra unused echo command
- Add icon for YouTube TV
This commit is contained in:
Sravan Balaji
2023-05-07 20:03:10 -04:00
parent 11e7bd9e90
commit 88767e1741
3 changed files with 4 additions and 4 deletions

View File

@ -13,6 +13,8 @@ else
echo "󰠩"
elif grep -q -i "prime video" <<< "$title"; then
echo ""
elif grep -q -i "youtube tv" <<< "$title"; then
echo "󰑈"
elif grep -q -i "chromium" <<< "$trackid"; then
echo ""
elif grep -q -i "vlc" <<< "$trackid"; then