summary refs log tree commit diff
path: root/.config/waybar/modules/mpris.sh
blob: 4654a09fb674f3faa20524ac607cfbb0402e68c4 (plain) (blame)
1
2
3
4
5
6
#!/bin/bash

set -e
[ -n "$DEBUG" ] && set -x

playerctl -sF metadata -f '"{{artist}}","{{album}}","{{title}}","{{duration(position)}}","{{playerName}}","{{lc(status)}}"' 2>/dev/null | awk -F',' -f "${HOME}/.config/waybar/modules/mpris.awk"